ServiceClient.SystemSettingsGet 方法

定义

检索系统设置的列表。

public:
 Microsoft::MasterDataServices::OperationResult ^ SystemSettingsGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SystemSettingsGetCriteria ^ SearchCriteria, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSettingGroup ^> ^ % SystemSettingsGroups);
public Microsoft.MasterDataServices.OperationResult SystemSettingsGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SystemSettingsGetCriteria SearchCriteria, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> SystemSettingsGroups);
member this.SystemSettingsGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SystemSettingsGetCriteria * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function SystemSettingsGet (International As International, SearchCriteria As SystemSettingsGetCriteria, ByRef SystemSettingsGroups As Collection(Of SystemSettingGroup)) As OperationResult

参数

International
International

区域性设置。

SearchCriteria
SystemSettingsGetCriteria

用于获取系统设置组的条件。

SystemSettingsGroups
Collection<SystemSettingGroup>

此方法返回时,包含系统设置组的列表。 此参数未经初始化即被传递。

返回

一个包含操作结果的 OperationResult 对象。

适用于