다음을 통해 공유


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 네임스페이스