Overload List
Name | Description | |
---|---|---|
Compile(String) |
This function compiles a given SCOPE script locally.
| |
Compile(String, Dictionary<(Of <<'(String, String>)>>)) |
This function compiles a given SCOPE script locally.
| |
Compile(String, String, Boolean, String) |
This function compiles a given SCOPE script locally. This function also sets the vcName, proxy and defaultCredential.
This function needs to be used only if the script references to some dll, views, or other resources on the virtual
cluster. If the script does not reference any dlls or views from the vc, it is advisable to use
Compile(string scopeScriptFileName) function.
| |
Compile(String, String, String, String) |
This function compiles a given SCOPE script locally. This function also sets the vcName, proxy and defaultCredential.
This function needs to be used only if the script references to some dll, views, or other resources on the virtual
cluster. If the script does not reference any dlls or views from the vc, it is advisable to use
Compile(string scopeScriptFileName) function.
| |
Compile(String, String, Boolean, String, Dictionary<(Of <<'(String, String>)>>)) |
This function compiles a given SCOPE script locally. This function also sets the vcName, proxy and defaultCredential.
This function needs to be used only if the script references to some dll, views, or other resources on the virtual
cluster. If the script does not reference any dlls or views from the vc, it is advisable to use
Compile(string scopeScriptFileName) function.
| |
Compile(String, String, Boolean, String, Dictionary<(Of <<'(String, String>)>>), String) |
This function compiles a given SCOPE script locally. This function also sets the vcName, proxy and defaultCredential.
This function needs to be used only if the script references to some dll, views, or other resources on the virtual
cluster. If the script does not reference any dlls or views from the vc, it is advisable to use
Compile(string scopeScriptFileName) function.
|