Compartir a través de


BackupSet.ServerName Propiedad

Gets the name of the server where the backup was taken.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property ServerName As String 
    Get
'Uso
Dim instance As BackupSet 
Dim value As String 

value = instance.ServerName
public string ServerName { get; }
public:
property String^ ServerName {
    String^ get ();
}
member ServerName : string
function get ServerName () : String

Valor de la propiedad

Tipo: System.String
The name of the server.

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo