다음을 통해 공유


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 네임스페이스