다음을 통해 공유


Urn 속성

Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.

네임스페이스:  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
A Urn object value that specifies the WMI object.