DependencyRequest.Urns Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.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[])
Property Value
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.Urn[]
A Urn array that contains the URNs of all the objects to discover the dependencies for.