Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates a script to create the environment.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function ScriptCreate As ISfcScript
'Usage
Dim instance As EnvironmentInfo
Dim returnValue As ISfcScript
returnValue = instance.ScriptCreate()
public ISfcScript ScriptCreate()
public:
virtual ISfcScript^ ScriptCreate() sealed
abstract ScriptCreate : unit -> ISfcScript
override ScriptCreate : unit -> ISfcScript
public final function ScriptCreate() : ISfcScript
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The script to create the environment.
Implements
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace