SmoEventArgs.Urn プロパティ

SMO イベントの URN (Uniform Resource Name) アドレスを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
URN アドレスを示す Urn オブジェクトの値です。

使用例

SMO イベントの処理

関連項目

参照

SmoEventArgs クラス

Microsoft.SqlServer.Management.Smo 名前空間