Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the script to create the catalog.
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 Catalog
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 catalog.
Implements
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace