IServerInformationProvider.GetServerInformation Método

Definición

Recupera la información del servidor en la propiedad.

Sobrecargas

GetServerInformation(ConnectionInfoBase)

Obtiene la información del servidor que describe al proveedor de información.

GetServerInformation(IEnumerable<ConnectionInfoBase>)

Recupera la información del servidor que describe al proveedor de información.

GetServerInformation(ConnectionInfoBase)

Obtiene la información del servidor que describe al proveedor de información.

public:
 Microsoft::SqlServer::Management::ServerInformation::IServerConnectionInformation ^ GetServerInformation(Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ connectionInfo);
public Microsoft.SqlServer.Management.ServerInformation.IServerConnectionInformation GetServerInformation (Microsoft.SqlServer.Management.Common.ConnectionInfoBase connectionInfo);
abstract member GetServerInformation : Microsoft.SqlServer.Management.Common.ConnectionInfoBase -> Microsoft.SqlServer.Management.ServerInformation.IServerConnectionInformation
Public Function GetServerInformation (connectionInfo As ConnectionInfoBase) As IServerConnectionInformation

Parámetros

connectionInfo
ConnectionInfoBase

Interfaz que especifica la información de conexión.

Devoluciones

Interfaz IServerInformation que describe al proveedor de información.

Se aplica a

GetServerInformation(IEnumerable<ConnectionInfoBase>)

Recupera la información del servidor que describe al proveedor de información.

public:
 Microsoft::SqlServer::Management::ServerInformation::IServerConnectionInformation ^ GetServerInformation(System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^> ^ connectionInfos);
public Microsoft.SqlServer.Management.ServerInformation.IServerConnectionInformation GetServerInformation (System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Common.ConnectionInfoBase> connectionInfos);
abstract member GetServerInformation : seq<Microsoft.SqlServer.Management.Common.ConnectionInfoBase> -> Microsoft.SqlServer.Management.ServerInformation.IServerConnectionInformation
Public Function GetServerInformation (connectionInfos As IEnumerable(Of ConnectionInfoBase)) As IServerConnectionInformation

Parámetros

connectionInfos
IEnumerable<ConnectionInfoBase>

Interfaz que especifica la información de conexión.

Devoluciones

Interfaz IServerInformation que describe al proveedor de información.

Se aplica a