FederationCollection.Item 属性 (Int32)

Returns the federation object at the specified index in the collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Federation 
    Get
用法
Dim instance As FederationCollection 
Dim index As Integer 
Dim value As Federation 

value = instance(index)
public Federation this[
    int index
] { get; }
public:
property Federation^ default[int index] {
    Federation^ get (int index);
}
member Item : Federation
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

  • index
    类型:System.Int32
    The index of the federation in the collection.

属性值

类型:Microsoft.SqlServer.Management.Smo.Federation
The federation object at the specified index.

请参阅

参考

FederationCollection 类

Item 重载

Microsoft.SqlServer.Management.Smo 命名空间