IConnectorFramework.GetGlobalConfiguration Method
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 global configuration settings for the management group. TODO - Need a list of what these should be
public:
Microsoft::EnterpriseManagement::ConnectorFramework::ConnectorGlobalConfiguration ^ GetGlobalConfiguration();
C#
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownDatabaseException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownChannelException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownAuthorizationStoreException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownServiceException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnauthorizedAccessEnterpriseManagementException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.InvalidDatabaseDataException))]
[System.ServiceModel.FaultContract(typeof(System.TimeoutException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.ServerDisconnectedException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.ServiceNotRunningException))]
[System.ServiceModel.OperationContract]
public Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorGlobalConfiguration GetGlobalConfiguration ();
abstract member GetGlobalConfiguration : unit -> Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorGlobalConfiguration
Public Function GetGlobalConfiguration () As ConnectorGlobalConfiguration
The management group's global configuration.
- Attributes
Gets configuration information about the Management Group.
製品 | バージョン |
---|---|
System Center OM SDK | 2012, 2016, 2019 |