다음을 통해 공유


Urn 속성

Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.

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

구문

‘선언
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

속성 값

형식: Urn
A Urn object value that specifies the URN address that uniquely identifies the object.

예제

속성 설정