NextRestoreEventArgs 构造函数

Initializes a new instance of the NextRestoreEventArgs class.

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

语法

声明
Public Sub New ( _
    backupSetName As String, _
    backupSetDescription As String, _
    deviceName As String, _
    count As Integer _
)
用法
Dim backupSetName As String 
Dim backupSetDescription As String 
Dim deviceName As String 
Dim count As Integer 

Dim instance As New NextRestoreEventArgs(backupSetName, _
    backupSetDescription, deviceName, _
    count)
public NextRestoreEventArgs(
    string backupSetName,
    string backupSetDescription,
    string deviceName,
    int count
)
public:
NextRestoreEventArgs(
    String^ backupSetName, 
    String^ backupSetDescription, 
    String^ deviceName, 
    int count
)
new : 
        backupSetName:string * 
        backupSetDescription:string * 
        deviceName:string * 
        count:int -> NextRestoreEventArgs
public function NextRestoreEventArgs(
    backupSetName : String, 
    backupSetDescription : String, 
    deviceName : String, 
    count : int
)

参数

  • backupSetDescription
    类型:System.String
    The backup set description.

请参阅

参考

NextRestoreEventArgs 类

Microsoft.SqlServer.Management.Smo 命名空间