IServerInformationService.Items 속성

정의

서버 정보 공급자에 있는 모든 항목의 사전을 가져옵니다.

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)

속성 값

서버 정보 공급자에 있는 모든 항목의 사전입니다.

적용 대상