SqlSmoObject.Urn 속성
Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.
네임스페이스: 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
A Urn object value that specifies the URN address that uniquely identifies the object.