다음을 통해 공유


Urn 속성

Gets the Urn object that represents the object.

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Overridable ReadOnly Property Urn As Urn
    Get
‘사용 방법
Dim instance As RegSvrSmoObject
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 represents the object.