다음을 통해 공유


Urn 속성

개체를 고유하게 식별하는 URN(Uniform Resource Name) 주소 값을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property Urn As Urn
    Get
‘사용 방법
Dim instance As SqlSmoObject
Dim value As Urn

value = instance.Urn
public Urn Urn { get; }
public:
property Urn^ Urn {
    Urn^ get ();
}
member Urn : Urn
function get Urn () : Urn

속성 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
개체를 고유하게 식별하는 URN 주소를 지정하는 Urn 개체 값입니다.