Urns-Eigenschaft
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.Gets or sets an array that contains the URNs of all the objects to discover the 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 Urns As Urn()
Get
Set
'Usage
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[])
Eigenschaftswert
Typ: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn> [] () [] []
A Urn array that contains the URNs of all the objects to discover the dependencies for.