ScriptMove 方法
Produces the script to move this object under the specified parent object 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Function ScriptMove ( _
newParent As SfcInstance _
) As ISfcScript
用法
Dim instance As ISfcMovable
Dim newParent As SfcInstance
Dim returnValue As ISfcScript
returnValue = instance.ScriptMove(newParent)
ISfcScript ScriptMove(
SfcInstance newParent
)
ISfcScript^ ScriptMove(
SfcInstance^ newParent
)
abstract ScriptMove :
newParent:SfcInstance -> ISfcScript
function ScriptMove(
newParent : SfcInstance
) : ISfcScript
参数
- newParent
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
An SfcInstance object that represents the parent.
返回值
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcScript
An ISfcScript object that contains the script.