Condividi tramite


Proprietà Urns

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.Gets or sets an array that contains the URNs of all the objects to discover the dependencies for.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property Urns As Urn()
    Get
    Set
'Utilizzo
Dim instance As DependencyRequest
Dim value As Urn()

value = instance.Urns

instance.Urns = value
public Urn[] Urns { get; set; }
public:
property array<Urn^>^ Urns {
    array<Urn^>^ get ();
    void set (array<Urn^>^ value);
}
member Urns : Urn[] with get, set
function get Urns () : Urn[]
function set Urns (value : Urn[])

Valore proprietà

Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn> [] () [] []
A Urn array that contains the URNs of all the objects to discover the dependencies for.