Partilhar via


Método DependencyWalker.GetServerObject

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

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

Sintaxe

'Declaração
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 de retorno

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

Exemplos

Gerando scripts

Consulte também

Referência

DependencyWalker Classe

Namespace Microsoft.SqlServer.Management.Smo