IServerInformationProvider.GetServerInformation Metodo

Definizione

Recupera le informazioni del server nella proprietà.

Overload

Nome Descrizione
GetServerInformation(ConnectionInfoBase)

Ottiene le informazioni del server che descrivono il fornitore delle informazioni.

GetServerInformation(IEnumerable<ConnectionInfoBase>)

Recupera le informazioni del server che descrivono il fornitore di informazioni.

GetServerInformation(ConnectionInfoBase)

Ottiene le informazioni del server che descrivono il fornitore delle informazioni.

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

Parametri

connectionInfo
ConnectionInfoBase

Un'interfaccia che specifica le informazioni di connessione.

Valori restituiti

Un'interfaccia IServerInformation che descrive il fornitore di informazioni.

Si applica a

GetServerInformation(IEnumerable<ConnectionInfoBase>)

Recupera le informazioni del server che descrivono il fornitore di informazioni.

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

Parametri

connectionInfos
IEnumerable<ConnectionInfoBase>

Un'interfaccia che specifica le informazioni di connessione.

Valori restituiti

Un'interfaccia IServerInformation che descrive il fornitore di informazioni.

Si applica a