Urn 속성
Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Overridable Property Urn As Urn
Get
Set
‘사용 방법
Dim instance As DependencyNode
Dim value As Urn
value = instance.Urn
instance.Urn = value
public virtual Urn Urn { get; set; }
public:
virtual property Urn^ Urn {
Urn^ get ();
void set (Urn^ value);
}
abstract Urn : Urn with get, set
override Urn : Urn with get, set
function get Urn () : Urn
function set Urn (value : Urn)
속성 값
형식: Urn
A Urn object value that represents an object on the instance of SQL Server.