Urns Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.Gets or sets an array that contains the URNs of all the objects to discover the dependencies for.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn> [] () [] []
A Urn array that contains the URNs of all the objects to discover the dependencies for.
Vea también