다음을 통해 공유


SystemSettingGroup 클래스

정의

MDS 내에서 시스템 수준 기능을 관리하는 관련 시스템 설정 그룹을 지정합니다.

public ref class SystemSettingGroup : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="SystemSettingGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemSettingGroup : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="SystemSettingGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingGroup = class
    inherit DataContractBase
Public Class SystemSettingGroup
Inherits DataContractBase
상속
SystemSettingGroup
특성

생성자

SystemSettingGroup()

SystemSettingGroup 클래스의 새 인스턴스를 초기화합니다.

속성

Description

설정 그룹에 대한 설명을 가져오거나 설정합니다.

DisplayName

그룹의 표시 이름을 가져오거나 설정합니다.

DisplaySequence

설정 그룹이 가장 논리적으로 표시되는 순서를 가져오거나 설정합니다.

ExtensionData

추가 데이터를 포함하는 구조를 가져오거나 설정합니다.

(다음에서 상속됨 DataContractBase)
Identifier

시스템 설정 그룹의 ID를 가져오거나 설정합니다.

SystemSettings

시스템 설정 목록을 가져오거나 설정합니다.

적용 대상