Share via


SfcBeforeObjectMovedEventArgs コンストラクター

SfcBeforeObjectMovedEventArgs クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    urn As Urn, _
    instance As SfcInstance, _
    newUrn As Urn, _
    newParent As SfcInstance _
)
'使用
Dim urn As Urn 
Dim instance As SfcInstance 
Dim newUrn As Urn 
Dim newParent As SfcInstance 

Dim instance As New SfcBeforeObjectMovedEventArgs(urn, instance, _
    newUrn, newParent)
public SfcBeforeObjectMovedEventArgs(
    Urn urn,
    SfcInstance instance,
    Urn newUrn,
    SfcInstance newParent
)
public:
SfcBeforeObjectMovedEventArgs(
    Urn^ urn, 
    SfcInstance^ instance, 
    Urn^ newUrn, 
    SfcInstance^ newParent
)
new : 
        urn:Urn * 
        instance:SfcInstance * 
        newUrn:Urn * 
        newParent:SfcInstance -> SfcBeforeObjectMovedEventArgs
public function SfcBeforeObjectMovedEventArgs(
    urn : Urn, 
    instance : SfcInstance, 
    newUrn : Urn, 
    newParent : SfcInstance
)

パラメーター

関連項目

参照

SfcBeforeObjectMovedEventArgs クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間