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 alter the project.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function ScriptAlter As ISfcScript
'Usage
Dim instance As PackageInfo
Dim returnValue As ISfcScript
returnValue = instance.ScriptAlter()
public ISfcScript ScriptAlter()
public:
virtual ISfcScript^ ScriptAlter() sealed
abstract ScriptAlter : unit -> ISfcScript
override ScriptAlter : unit -> ISfcScript
public final function ScriptAlter() : ISfcScript
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
A script to alter the project.
Implements
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace