Share via


SfcBeforeObjectMovedEventArgs.NewUrn プロパティ

オブジェクトの新しい URN を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public ReadOnly Property NewUrn As Urn 
    Get
'使用
Dim instance As SfcBeforeObjectMovedEventArgs 
Dim value As Urn 

value = instance.NewUrn
public Urn NewUrn { get; }
public:
property Urn^ NewUrn {
    Urn^ get ();
}
member NewUrn : Urn
function get NewUrn () : Urn

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
オブジェクトの新しい URN です。

関連項目

参照

SfcBeforeObjectMovedEventArgs クラス

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