Freigeben über


Dependency.Urn-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets or sets the Uniform Resource Name (URN) that this object has a list of dependencies for.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property Urn As Urn 
    Get 
    Set
'Usage
Dim instance As Dependency 
Dim value As Urn 

value = instance.Urn

instance.Urn = value
public Urn Urn { get; set; }
public:
property Urn^ Urn {
    Urn^ get ();
    void set (Urn^ value);
}
member Urn : Urn with get, set
function get Urn () : Urn 
function set Urn (value : Urn)

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The URN that this object has a list of dependencies for.

Siehe auch

Verweis

Dependency Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace