Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the backup set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property BackupSetName As String
Get
Private Set
'Usage
Dim instance As NextRestoreEventArgs
Dim value As String
value = instance.BackupSetName
public string BackupSetName { get; private set; }
public:
property String^ BackupSetName {
String^ get ();
private: void set (String^ value);
}
member BackupSetName : string with get, private set
function get BackupSetName () : String
private function set BackupSetName (value : String)
Property Value
Type: System.String
The name of the backup set.