Freigeben über


SqlSmoObject.GetServerName-Methode

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

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

Syntax

'Declaration
Protected Overridable Function GetServerName As String
'Usage
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

Rückgabewert

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

Beispiele

Aufrufen von Methoden

Siehe auch

Verweis

SqlSmoObject Klasse

Microsoft.SqlServer.Management.Smo-Namespace