Urn プロパティ
Windows Management Instrumentation (WMI) オブジェクトを表す Uniform Resource Name (URN) アドレスを取得します。
名前空間: Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ: Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)
構文
'宣言
Public Overridable ReadOnly Property Urn As Urn
Get
'使用
Dim instance As WmiSmoObject
Dim value As Urn
value = instance.Urn
public virtual Urn Urn { get; }
public:
virtual property Urn^ Urn {
Urn^ get ();
}
abstract Urn : Urn
override Urn : Urn
function get Urn () : Urn
プロパティ値
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
WMI オブジェクトを示す Urn オブジェクトの値です。