共用方式為


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 命名空間