IServerInformationService.Items 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取服务器信息提供程序中的所有项的字典。
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)
属性值
服务器信息提供程序中的所有项的字典。