Urn 속성
Gets the Urn object that represents the object.
네임스페이스: Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
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
속성 값
형식: Urn
A Urn object value that represents the object.