SecurityPrivilegesGetCriteria-Klasse
Represents the data contract for security privileges retrieval criteria in the Master Data Services API.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivilegesGetCriteria
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SecurityPrivilegesGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityPrivilegesGetCriteria _
Inherits DataContractBase
'Usage
Dim instance As SecurityPrivilegesGetCriteria
[DataContractAttribute(Name = "SecurityPrivilegesGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrivilegesGetCriteria : DataContractBase
[DataContractAttribute(Name = L"SecurityPrivilegesGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityPrivilegesGetCriteria sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SecurityPrivilegesGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrivilegesGetCriteria =
class
inherit DataContractBase
end
public final class SecurityPrivilegesGetCriteria extends DataContractBase
Der SecurityPrivilegesGetCriteria-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SecurityPrivilegesGetCriteria | Initializes a new instance of the SecurityPrivilegesGetCriteria class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
FunctionPrivilegesCriteria | Gets or sets the criteria for filtering function privileges in the request. | |
HierarchyMemberPrivilegesCriteria | Gets or sets the criteria for filtering hierarchy member privileges in the request. | |
ModelPrivilegesCriteria | Gets or sets the criteria for filtering model privileges in the request. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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