Freigeben über


SystemSettingsGetCriteria-Klasse

Represents the criteria of a system settings group for retrieval.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.SystemSettingsGetCriteria

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "SystemSettingsGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SystemSettingsGetCriteria _
    Inherits DataContractBase
'Usage
Dim instance As SystemSettingsGetCriteria
[DataContractAttribute(Name = "SystemSettingsGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemSettingsGetCriteria : DataContractBase
[DataContractAttribute(Name = L"SystemSettingsGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemSettingsGetCriteria sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SystemSettingsGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingsGetCriteria =  
    class 
        inherit DataContractBase 
    end
public final class SystemSettingsGetCriteria extends DataContractBase

Der SystemSettingsGetCriteria-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SystemSettingsGetCriteria Initializes a new instance of the SystemSettingsGetCriteria class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Group Gets or sets the name of the system settings group to filter on.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace