NextRestoreEventArgs.DevicesName 屬性
Gets or sets the name of the backup media.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Property DevicesName As String
Get
Private Set
'用途
Dim instance As NextRestoreEventArgs
Dim value As String
value = instance.DevicesName
public string DevicesName { get; private set; }
public:
property String^ DevicesName {
String^ get ();
private: void set (String^ value);
}
member DevicesName : string with get, private set
function get DevicesName () : String
private function set DevicesName (value : String)
屬性值
型別:System.String
The name of the backup media.