Propriedade do RDL BackupSet.MachineName
Gets the name of the computer where the backup was taken.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property MachineName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The name of the machine.