共用方式為


Item 屬性

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the Dependency object at the specified index.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Dependency
    Get
'用途
Dim instance As DependencyChainCollection
Dim index As Integer
Dim value As Dependency

value = instance(index)
public Dependency this[
    int index
] { get; }
public:
property Dependency^ default[int index] {
    Dependency^ get (int index);
}
member Item : Dependency
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

屬性值

型別:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Dependency
The Dependency object at the specified index.