次の方法で共有


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 オブジェクトです。

適用対象