次の方法で共有


SfcBeforeObjectRenamedEventArgs コンストラクター

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

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

パラメーター

関連項目

参照

SfcBeforeObjectRenamedEventArgs クラス

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