Share via


SfcAfterObjectMovedEventArgs コンストラクター

SfcAfterObjectMovedEventArgs クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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, _
    oldUrn As Urn, _
    oldParent As SfcInstance _
)
'使用
Dim urn As Urn 
Dim instance As SfcInstance 
Dim oldUrn As Urn 
Dim oldParent As SfcInstance 

Dim instance As New SfcAfterObjectMovedEventArgs(urn, instance, _
    oldUrn, oldParent)
public SfcAfterObjectMovedEventArgs(
    Urn urn,
    SfcInstance instance,
    Urn oldUrn,
    SfcInstance oldParent
)
public:
SfcAfterObjectMovedEventArgs(
    Urn^ urn, 
    SfcInstance^ instance, 
    Urn^ oldUrn, 
    SfcInstance^ oldParent
)
new : 
        urn:Urn * 
        instance:SfcInstance * 
        oldUrn:Urn * 
        oldParent:SfcInstance -> SfcAfterObjectMovedEventArgs
public function SfcAfterObjectMovedEventArgs(
    urn : Urn, 
    instance : SfcInstance, 
    oldUrn : Urn, 
    oldParent : SfcInstance
)

パラメーター

関連項目

参照

SfcAfterObjectMovedEventArgs クラス

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