IServerInformationProvider.GetServerInformation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Serverinformationen in der Eigenschaft ab.
Überlädt
| GetServerInformation(ConnectionInfoBase) |
Ruft die Serverinformationen ab, die den Informationsanbieter beschreiben. |
| GetServerInformation(IEnumerable<ConnectionInfoBase>) |
Ruft die Serverinformationen ab, die den Informationsanbieter beschreiben. |
GetServerInformation(ConnectionInfoBase)
Ruft die Serverinformationen ab, die den Informationsanbieter beschreiben.
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
Parameter
- connectionInfo
- ConnectionInfoBase
Eine Schnittstelle, die die Verbindungsinformationen angibt.
Gibt zurück
Eine IServerInformation-Schnittstelle, die den Informationsanbieter beschreibt.
Gilt für:
GetServerInformation(IEnumerable<ConnectionInfoBase>)
Ruft die Serverinformationen ab, die den Informationsanbieter beschreiben.
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
Parameter
- connectionInfos
- IEnumerable<ConnectionInfoBase>
Eine Schnittstelle, die die Verbindungsinformationen angibt.
Gibt zurück
Eine IServerInformation-Schnittstelle, die den Informationsanbieter beschreibt.