Właściwość DependencyRequest.Urns
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Pobiera lub ustawia tablicę zawierającą urny wszystkie obiekty do wykrywania zależności.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Property Urns As Urn()
Get
Set
'Użycie
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[])
Wartość właściwości
Typ: array<Microsoft.SqlServer.Management.Sdk.Sfc.Urn[]
A Urn tablicy zawierającej urny wszystkie obiekty, aby wykryć for. zależności
Zobacz także