Propriété DependencyRequest.Urns
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.Gets or sets an array that contains the URNs of all the objects to discover the dependencies for.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Property Urns As Urn()
Get
Set
'Utilisation
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[])
Valeur de propriété
Type : array<Microsoft.SqlServer.Management.Sdk.Sfc.Urn[]
A Urn array that contains the URNs of all the objects to discover the dependencies for.