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 支持使用索引属性,但不支持声明新索引属性。
参数
- index
类型:System. . :: . .Int32
The zero-based index of the Dependency object to retrieve.
属性值
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Dependency
The Dependency object at the specified index.