Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Produces the script to move this object under the specified parent object.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Private Function ScriptMove ( _
newParent As SfcInstance _
) As ISfcScript Implements ISfcMovable.ScriptMove
'Usage
Dim instance As ProjectInfo
Dim newParent As SfcInstance
Dim returnValue As ISfcScript
returnValue = CType(instance, ISfcMovable).ScriptMove(newParent)
ISfcScript ISfcMovable.ScriptMove(
SfcInstance newParent
)
private:
virtual ISfcScript^ ScriptMove(
SfcInstance^ newParent
) sealed = ISfcMovable::ScriptMove
private abstract ScriptMove :
newParent:SfcInstance -> ISfcScript
private override ScriptMove :
newParent:SfcInstance -> ISfcScript
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- newParent
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The parent object.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
An object that contains the script.
Implements
ISfcMovable.ScriptMove(SfcInstance)
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace