DatabaseReplicaStateCollection.Item 属性 (Int32)

Gets a DatabaseReplicaState object in the collection by index number.

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

语法

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

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

参数

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

属性值

类型:Microsoft.SqlServer.Management.Smo.DatabaseReplicaState
A specified object in the collection.

请参阅

参考

DatabaseReplicaStateCollection 类

Item 重载

Microsoft.SqlServer.Management.Smo 命名空间