NextRestoreEventArgs.Count 属性

Gets or sets the count of the next restore event.

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

语法

声明
Public Property Count As Integer 
    Get 
    Private Set
用法
Dim instance As NextRestoreEventArgs 
Dim value As Integer 

value = instance.Count
public int Count { get; private set; }
public:
property int Count {
    int get ();
    private: void set (int value);
}
member Count : int with get, private set
function get Count () : int 
private function set Count (value : int)

属性值

类型:System.Int32
The count of the next restore event.

请参阅

参考

NextRestoreEventArgs 类

Microsoft.SqlServer.Management.Smo 命名空间