IService.SystemDomainListGet(SystemDomainListGetRequest) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
根据清单代码检索已本地化的固定选项列表。
public:
Microsoft::MasterDataServices::Services::MessageContracts::SystemDomainListGetResponse ^ SystemDomainListGet(Microsoft::MasterDataServices::Services::MessageContracts::SystemDomainListGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse SystemDomainListGet (Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SystemDomainListGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse
Public Function SystemDomainListGet (request As SystemDomainListGetRequest) As SystemDomainListGetResponse
参数
- request
- SystemDomainListGetRequest
返回
- 属性
注解
该 SystemDomainListGet(SystemDomainListGetRequest) 操作检索与 MDS 应用程序关联的标准文本选项的列表。 返回的列表根据用户的区域设置进行本地化。
使用 SystemDomainListGetCriteria 复杂类型筛选请求。
- ListCode:指定要检索的列表的唯一代码。
- ListOption:指定在列表内筛选的单个列表选项(如果适用)。 如果未指定列表选项,则返回所有列表选项。
- ListGroup:指定要筛选的列表组 ID(如果适用)。 如果未指定列表组,则返回所有列表组。
如果未找到其中一个或多个条件,则会发生错误。