Поделиться через


Свойство DependencyRequest.Urns

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.Gets or sets an array that contains the URNs of all the objects to discover the dependencies for.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Property Urns As Urn()
    Get 
    Set
'Применение
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[])

Значение свойства

Тип: array<Microsoft.SqlServer.Management.Sdk.Sfc.Urn[]
A Urn array that contains the URNs of all the objects to discover the dependencies for.

См. также

Справочник

DependencyRequest Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc