Свойство BackupSet.MachineName
Gets the name of the computer where the backup was taken.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property MachineName As String
Get
'Применение
Dim instance As BackupSet
Dim value As String
value = instance.MachineName
public string MachineName { get; }
public:
property String^ MachineName {
String^ get ();
}
member MachineName : string
function get MachineName () : String
Значение свойства
Тип: System.String
The name of the machine.