IServerInformationProvider.GetServerInformation Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera le informazioni sul server nella proprietà.
Overload
GetServerInformation(ConnectionInfoBase) |
Ottiene le informazioni sul server che descrivono il provider di informazioni. |
GetServerInformation(IEnumerable<ConnectionInfoBase>) |
Recupera le informazioni sul server che descrivono il provider di informazioni. |
GetServerInformation(ConnectionInfoBase)
Ottiene le informazioni sul server che descrivono il provider di 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
Interfaccia che specifica le informazioni di connessione.
Restituisce
Interfaccia IServerInformation che descrive il provider di informazioni.
Si applica a
GetServerInformation(IEnumerable<ConnectionInfoBase>)
Recupera le informazioni sul server che descrivono il provider 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>
Interfaccia che specifica le informazioni di connessione.
Restituisce
Interfaccia IServerInformation che descrive il provider di informazioni.