Partilhar via


Método SqlSmoObject.GetServerName

Gets the name of the instance of SQL Server with which the object is associated.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Protected Overridable Function GetServerName As String
'Uso
Dim returnValue As String 

returnValue = Me.GetServerName()
protected virtual string GetServerName()
protected:
virtual String^ GetServerName()
abstract GetServerName : unit -> string  
override GetServerName : unit -> string
protected function GetServerName() : String

Valor de retorno

Tipo: System.String
A String value that specifies the name of the instance of SQL Server.

Exemplos

Chamando métodos

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo