Move メソッド
指定した親オブジェクトの下にこのオブジェクトを移動し、移動を反映させるようにストレージを更新します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Sub Move ( _
newParent As SfcInstance _
)
'使用
Dim instance As ISfcMovable
Dim newParent As SfcInstance
instance.Move(newParent)
void Move(
SfcInstance newParent
)
void Move(
SfcInstance^ newParent
)
abstract Move :
newParent:SfcInstance -> unit
function Move(
newParent : SfcInstance
)
パラメーター
- newParent
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
親を表す SfcInstance オブジェクトです。