EnvironmentInfo.ScriptCreate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates a script to create the environment.
public:
virtual Microsoft::SqlServer::Management::Sdk::Sfc::ISfcScript ^ ScriptCreate();
public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript ScriptCreate ();
abstract member ScriptCreate : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
override this.ScriptCreate : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
Public Function ScriptCreate () As ISfcScript
Returns
The script to create the environment.