Compartir a través de


DependencyWalker.GetServerObject Método

Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running.

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

Sintaxis

'Declaración
Protected Function GetServerObject As Server
'Uso
Dim returnValue As Server 

returnValue = Me.GetServerObject()
protected Server GetServerObject()
protected:
Server^ GetServerObject()
member GetServerObject : unit -> Server
protected function GetServerObject() : Server

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Smo.Server
A Server object value that specifies the instance of SQL Server.

Ejemplos

Scripting

Vea también

Referencia

DependencyWalker Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo