共用方式為


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 命名空間