SystemSetting-Klasse
Contains values specifying a single setting within the MDM system. These settings should be members of a SystemSettingGroup.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'Identifier> ) > ) >
Microsoft.MasterDataServices.Services.DataContracts..::..SystemSetting
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SystemSetting", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemSetting _
Inherits MdmDataContract(Of Identifier)
'Usage
Dim instance As SystemSetting
[DataContractAttribute(Name = "SystemSetting", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemSetting : MdmDataContract<Identifier>
[DataContractAttribute(Name = L"SystemSetting", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemSetting sealed : public MdmDataContract<Identifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "SystemSetting", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSetting =
class
inherit MdmDataContract<Identifier>
end
public final class SystemSetting extends MdmDataContract<Identifier>
Der SystemSetting-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
SystemSetting | Initializes a new instance of the SystemSetting class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AuditInfo | Gets or sets the AuditInfo. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
![]() |
Identifier | Gets or sets the ID. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
![]() |
Permission | Gets or sets the permission. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
| Name | Beschreibung | |
|---|---|---|
![]() |
DataType | AttributeDataType simple type. |
![]() |
Description | String representing the long description of the setting. |
![]() |
DisplayName | Specifies the display name. |
![]() |
DisplaySequence | Specifies the display sequence. |
![]() |
IsVisible | Gets or sets a value indicating whether the setting is visible in the MDS configuration screen. |
![]() |
MaxValue | String that constrains the maximum possible value for the setting. |
![]() |
MinValue | String that constrains the minimum possible value for the setting. |
![]() |
SettingType | AttributeType simple type. |
![]() |
SettingValue | String value of the setting. |
![]() |
SystemDomainList | SystemDomainList. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)