DependencyNode.Urn Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public virtual Urn Urn { get; set; }
public:
property Urn^ Urn {
    virtual Urn^ get();
    virtual void set(Urn^ value);
}
abstract Urn : Urn with get, set
override Urn : Urn with get, set
Public Overridable Property Urn As Urn

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn

A T:Microsoft.SqlServer.Management.Smo.Urn object value that represents an object on the instance of SQL Server.

Examples

Legacy Code Example

Scripting

See Also

DependencyNode Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top