Freigeben über


Service-Klasse

Contains the various business rules API operations.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices.Services..::..Service

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

Syntax

'Declaration
<ServiceBehaviorAttribute(ConcurrencyMode := ConcurrencyMode.Multiple, InstanceContextMode := InstanceContextMode.Single,  _
    Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<AspNetCompatibilityRequirementsAttribute(RequirementsMode := AspNetCompatibilityRequirementsMode.Allowed)> _
Public NotInheritable Class Service _
    Implements IService, IServiceBehavior
'Usage
Dim instance As Service
[ServiceBehaviorAttribute(ConcurrencyMode = ConcurrencyMode.Multiple, InstanceContextMode = InstanceContextMode.Single, 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public sealed class Service : IService, 
    IServiceBehavior
[ServiceBehaviorAttribute(ConcurrencyMode = ConcurrencyMode::Multiple, InstanceContextMode = InstanceContextMode::Single, 
    Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode::Allowed)]
public ref class Service sealed : IService, 
    IServiceBehavior
[<SealedAttribute>]
[<ServiceBehaviorAttribute(ConcurrencyMode = ConcurrencyMode.Multiple, InstanceContextMode = InstanceContextMode.Single, 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)>]
type Service =  
    class
        interface IService
        interface IServiceBehavior
    end
public final class Service implements IService, IServiceBehavior

Der Service-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AddBindingParameters
Öffentliche Methode AnnotationsDelete Deletes an existing annotation.
Öffentliche Methode AnnotationsUpdate Update an existing annotation.
Öffentliche Methode ApplyDispatchBehavior Registers for all service operations a parameter inspector that extracts and applies WCF client locale information. Registers an error handler for all channels.
Öffentliche Methode BusinessRulesClone Creates new business rules which are exact copies of business rules from another source, retaining the GUIDs of the original objects.
Öffentliche Methode BusinessRulesCreate Creates new business rules.
Öffentliche Methode BusinessRulesDelete Deletes a business rule or components of rules.
Öffentliche Methode BusinessRulesGet Retrieves business rules.
Öffentliche Methode BusinessRulesPaletteGet Retrieves available business rule components (the component palette).
Öffentliche Methode BusinessRulesPublish Publishes business rules for a model/entity/member type.
Öffentliche Methode BusinessRulesUpdate Updates existing business rules.
Öffentliche Methode EntityMemberAnnotationsCreate Creates new annotations attached to a member.
Öffentliche Methode EntityMemberAnnotationsGet Retrieves annotations attached to a member.
Öffentliche Methode EntityMemberAttributesGet Retrieves a specified set of attribute values from a specified list of members.
Öffentliche Methode EntityMemberKeyLookup Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
Öffentliche Methode EntityMembersCopy Copies selected members to new target members.
Öffentliche Methode EntityMembersCreate Creates new members.
Öffentliche Methode EntityMembersDelete Deletes (deactivates) selected members.
Öffentliche Methode EntityMembersGet Retrieves a filtered set of members and their data from an entity.
Öffentliche Methode EntityMembersMerge Creates new members and updates existing members.
Öffentliche Methode EntityMembersUpdate Updates existing members.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode ExportViewCreate Generates or regenerates desired subscription views.
Öffentliche Methode ExportViewDelete Removes an existing export view.
Öffentliche Methode ExportViewListGet Retrieves a list of existing export views.
Öffentliche Methode ExportViewUpdate Update an existing export view.
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode HierarchyMembersGet Retrieves parent-child members from a hierarchy relative to a parent node.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode MetadataClone Creates exact copies of metadata components from another source, retaining the GUIDs of the original objects.
Öffentliche Methode MetadataCreate Create new metadata components.
Öffentliche Methode MetadataDelete Delete metadata components.
Öffentliche Methode MetadataGet Retrieves metadata.
Öffentliche Methode MetadataUpdate Updates metadata.
Öffentliche Methode ModelMembersBulkDelete Begin the asynchronous deletion of members.
Öffentliche Methode ModelMembersBulkMerge Begin the asynchronous creation and/or update of member data across one or more entities.
Öffentliche Methode ModelMembersBulkUpdate Begin the asynchronous update of member data across one or more entities.
Öffentliche Methode ModelMembersGet Retrieve entire selected models, entities and/or hierarchies.
Öffentliche Methode SecurityDelete Deletes security permission.
Öffentliche Methode SecurityPrincipalsClone Create exact copies of users, groups and their permissions within the security model from another source, retaining the GUIDs of the original objects.
Öffentliche Methode SecurityPrincipalsCreate Create new users, groups and their permissions within the security model.
Öffentliche Methode SecurityPrincipalsDelete Delete users, groups.
Öffentliche Methode SecurityPrincipalsGet Retrieve the security principals and their permissions.
Öffentliche Methode SecurityPrincipalsUpdate Updates security principals.
Öffentliche Methode SecurityPrivilegesClone Create exact copies of permissions within the security model from another source, retaining the GUIDs of the original objects.
Öffentliche Methode SecurityPrivilegesCreate Creates security privileges.
Öffentliche Methode SecurityPrivilegesDelete Deletes permissions.
Öffentliche Methode SecurityPrivilegesGet Retrieves security permissions for selected principals and/or models.
Öffentliche Methode SecurityPrivilegesUpdate Updates security privileges.
Öffentliche Methode ServiceCheck Determines whether the Master Data Services Web service is successfully running and connected to the database.
Öffentliche Methode StagingClear Clears the bulk staging area.
Öffentliche Methode StagingGet Retrieves the contents of the bulk staging area.
Öffentliche Methode StagingProcess Sweeps existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
Öffentliche Methode SystemDomainListGet Retrieves a localized fixed list of choices based on a list code.
Öffentliche Methode SystemPropertiesGet Retrieves immutable properties about the system.
Öffentliche Methode SystemSettingsGet Retrieves a list of system settings.
Öffentliche Methode SystemSettingsUpdate Updates system setting values.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode TransactionAnnotationsCreate Creates new annotations attached to an existing transaction.
Öffentliche Methode TransactionAnnotationsGet Retrieves a filtered list of transactions from a model.
Öffentliche Methode TransactionsGet Retrieves a filtered list of transactions from a model.
Öffentliche Methode TransactionsReverse Reverses one or more existing transactions.
Öffentliche Methode UserPreferencesDelete Deletes the current user’s preferences.
Öffentliche Methode UserPreferencesGet Retrieves the current user’s preferences.
Öffentliche Methode UserPreferencesUpdate Updates the current user’s preferences.
Öffentliche Methode Validate Validates permissions.
Öffentliche Methode ValidationGet Retrieves filtered validation results from a model.
Öffentliche Methode ValidationProcess Processes validations (business rules) for selected members within a model.
Öffentliche Methode VersionCopy Copies a model version to a new version.

Zum Anfang

Threadsicherheit

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