Propriedade do RDL Urns
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Property Urns As Urn()
Get
Set
'Uso
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[])
Valor da propriedade
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn> [] () [] []
A Urn array that contains the URNs of all the objects to discover the dependencies for.
Consulte também