IServerInformationService.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.