Partilhar via


Propriedade do RDL BackupSet.ServerName

Gets the name of the server 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 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 da propriedade

Tipo: System.String
The name of the server.

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo