NextRestoreEventArgs(String, String, String, Int32) コンストラクター

定義

NextRestoreEventArgs クラスの新しいインスタンスを初期化します。

public NextRestoreEventArgs(string backupSetName, string backupSetDescription, string deviceName, int count);
new Microsoft.SqlServer.Management.Smo.NextRestoreEventArgs : string * string * string * int -> Microsoft.SqlServer.Management.Smo.NextRestoreEventArgs
Public Sub New (backupSetName As String, backupSetDescription As String, deviceName As String, count As Integer)

パラメーター

backupSetName
String

バックアップ セットの名前。

backupSetDescription
String

バックアップ セットの説明。

deviceName
String

デバイスの名前。

count
Int32

カウント。

適用対象