BackupSetCollection.Item 属性

Gets the backup set at the specified index.

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

语法

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

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

参数

  • index
    类型:System.Int32
    The zero-based index at which to get the backup set.

属性值

类型:Microsoft.SqlServer.Management.Smo.BackupSet
The backup set.

请参阅

参考

BackupSetCollection 类

Microsoft.SqlServer.Management.Smo 命名空间