Urn 속성
Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.
네임스페이스: Microsoft.SqlServer.Management.Smo.Wmi
어셈블리: Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement
구문
‘선언
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
속성 값
형식: Urn
A Urn object value that specifies the WMI object.