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(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
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)

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A Urn object value that represents an object on the instance of SQL Server.

示例

脚本撰写