Share via


IServerInformationService.Items Property

Definition

Gets the dictionary of all items in the server information provider.

public:
 property System::Collections::Generic::IDictionary<Microsoft::SqlServer::Management::Common::ConnectionType, Microsoft::SqlServer::Management::ServerInformation::IServerInformationProvider ^> ^ Items { System::Collections::Generic::IDictionary<Microsoft::SqlServer::Management::Common::ConnectionType, Microsoft::SqlServer::Management::ServerInformation::IServerInformationProvider ^> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.SqlServer.Management.Common.ConnectionType,Microsoft.SqlServer.Management.ServerInformation.IServerInformationProvider> Items { get; }
member this.Items : System.Collections.Generic.IDictionary<Microsoft.SqlServer.Management.Common.ConnectionType, Microsoft.SqlServer.Management.ServerInformation.IServerInformationProvider>
Public ReadOnly Property Items As IDictionary(Of ConnectionType, IServerInformationProvider)

Property Value

The dictionary of all items in the server information provider.

Applies to