Share via


SystemSettingGroup クラス

定義

MDS の機能に関連付けられている関連システム設定のコレクション。

public ref class SystemSettingGroup sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SystemSettingGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemSettingGroup : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SystemSettingGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingGroup = class
    inherit DataContractBase
Public NotInheritable Class SystemSettingGroup
Inherits DataContractBase
継承
SystemSettingGroup
属性

注釈

複合型は SystemSettingGroup 、MDS 内のシステム レベル機能を管理する関連システム設定のグループを指定します。

コンストラクター

SystemSettingGroup()

クラスの新しいインスタンスを初期化します。

プロパティ

Description

説明を指定します。

DisplayName

表示名を指定します。

DisplaySequence

システム設定グループを表示する順序を指定します。

Identifier

Identifier を指定します。

SystemSettings

リストを SystemSetting 指定します。

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象