Partilhar via


Classe Service

Contains the various API operations for the service.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Services.Service

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

Sintaxe

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

O tipo Service expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Service Initializes a new instance of the Service class.

Início

Métodos

  Nome Descrição
Método público AddBindingParameters Adds the binding parameters for the service.
Método público AnnotationsDelete Deletes an existing annotation.
Método público AnnotationsUpdate Updates an existing annotation.
Método público ApplyDispatchBehavior Registers for all service operations a parameter inspector that extracts and applies WCF client locale information. Registers an error handler for all channels.
Método público AttributeChange Infraestrutura. Changes an attribute.
Método público BusinessRulesClone Creates a new business rules which are exact copies of business rules from another source, retaining the GUIDs of the original objects.
Método público BusinessRulesCreate Creates a new business rules.
Método público BusinessRulesDelete Deletes a business rule or components of rules.
Método público BusinessRulesGet Retrieves a business rules.
Método público BusinessRulesPaletteGet Retrieves an available business rule components (the component palette).
Método público BusinessRulesPublish Publishes a business rules for a model/entity/member type.
Método público BusinessRulesUpdate Updates an existing business rules.
Método público DataQualityCleansingOperationCreate Infraestrutura. Creates an operation request for DQS quality cleansing.
Método público DataQualityInstalledState Infraestrutura. Retrieves the DQS state – the response is positive if DQS is properly installed and configured to work with Master Data Services.
Método público DataQualityKnowledgeBasesGet Infraestrutura. Retrieves a list of knowledgebase configured in DQS.
Método público DataQualityMatchingOperationCreate Infraestrutura. Creates an operation request for DQS matching.
Método público DataQualityOperationPurgeOperation Infraestrutura. Returns a purge operation for DQS operation.
Método público DataQualityOperationResultsGet Infraestrutura. Retrieves the results of a completed DQS operation.
Método público DataQualityOperationStart Infraestrutura. Starts a DQS operation.
Método público DataQualityOperationStatus Infraestrutura. Retrieves the status of a running DQS operation.
Método público DataQualityStoreInputData Infraestrutura. Retrieves the data for the data quality store input.
Método público EntityMemberAnnotationsCreate Creates new annotations attached to a member.
Método público EntityMemberAnnotationsGet Retrieves the annotations attached to a member.
Método público EntityMemberAttributesGet Retrieves a specified set of attribute values from a specified list of members.
Método público EntityMemberKeyLookup Esse recurso será removido na próxima versão do Microsoft SQL Server. Não utilize esse recurso em desenvolvimentos novos e modifique, assim que possível, os aplicativos que atualmente o utilizam.
Método público EntityMembersCopy Copies the selected members to new target members.
Método público EntityMembersCreate Creates the new members.
Método público EntityMembersDelete Deletes (deactivates) the selected members.
Método público EntityMembersGet Retrieves a filtered set of members and their data from an entity.
Método público EntityMembersMerge Creates new members and updates existing members.
Método público EntityMembersUpdate Updates the existing members.
Método público EntityStagingClear Infraestrutura. Displays the given batch to the “queued to clear” status.
Método público EntityStagingGet Infraestrutura. Uses the list of batches in the system for a given model.
Método público EntityStagingLoad Infraestrutura. Uses the bulk loading of members and relationships into entity based staging tables.Important: The EntityStagingLoad Method is not supported. When the entity to be loaded does not have a hierarchy or a relationship staging table, the EntityStagingLoad method returns an error (error code 208). The error does not occur when the entity has an explicit hierarchy and the relationship staging table. The alternative to using the EntityStagingLoad method is to load the entity data directly into staging tables
Método público EntityStagingProcess Infraestrutura. Displays the given batch to be queued for processing.
Método público Equals (Herdado de Object.)
Método público ExportViewCreate Generates or regenerates desired subscription views.
Método público ExportViewDelete Removes an existing export view.
Método público ExportViewListGet Retrieves a list of existing export views.
Método público ExportViewUpdate Updates an existing export view.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público HierarchyMembersGet Retrieves the parent-child members from a hierarchy relative to a parent node.
Método público MetadataClone Creates the exact copies of metadata components from another source, retaining the GUIDs of the original objects.
Método público MetadataCreate Creates a new metadata components.
Método público MetadataDelete Deletes the metadata components.
Método público MetadataGet Retrieves the metadata.
Método público MetadataUpdate Updates the metadata.
Método público ModelMembersBulkDelete Begins the asynchronous deletion of members.
Método público ModelMembersBulkMerge Begins the asynchronous creation and/or update of member data across one or more entities.
Método público ModelMembersBulkUpdate Begins the asynchronous update of member data across one or more entities.
Método público ModelMembersGet Retrieves an entire selected models, entities and/or hierarchies.
Método público SecurityDelete Deletes the security permission.
Método público SecurityPrincipalsClone Creates the exact copies of users, groups and their permissions within the security model from another source, retaining the GUIDs of the original objects.
Método público SecurityPrincipalsCreate Creates the new users, groups and their permissions within the security model.
Método público SecurityPrincipalsDelete Deletes the users and groups.
Método público SecurityPrincipalsGet Retrieves the security principals and their permissions.
Método público SecurityPrincipalsUpdate Updates the security principals.
Método público SecurityPrivilegesClone Creates the exact copies of permissions within the security model from another source, retaining the GUIDs of the original objects.
Método público SecurityPrivilegesCreate Creates the security privileges.
Método público SecurityPrivilegesDelete Deletes the permissions.
Método público SecurityPrivilegesGet Retrieves the security permissions for selected principals and/or models.
Método público SecurityPrivilegesUpdate Updates the security privileges.
Método público ServiceCheck Determines whether the Master Data Services Web service is successfully running and connected to the database.
Método público ServiceVersionGet Retrieves the service version.
Método público StagingClear Clears the bulk staging area.
Método público StagingGet Retrieves the contents of the bulk staging area.
Método público StagingNameCheck Checks if the staging name is unique or the staging name is already used.
Método público StagingProcess Sweeps the existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
Método público SystemDomainListGet Retrieves a localized fixed list of choices based on a list code.
Método público SystemPropertiesGet Retrieves the immutable properties about the system.
Método público SystemSettingsGet Retrieves a list of system settings.
Método público SystemSettingsUpdate Updates the system setting values.
Método público ToString (Herdado de Object.)
Método público TransactionAnnotationsCreate Creates a new annotations attached to an existing transaction.
Método público TransactionAnnotationsGet Retrieves the annotations related to a transaction.
Método público TransactionsGet Retrieves the transactions for the given criteria.
Método público TransactionsReverse Reverses one or more existing transactions.
Método público UserPreferencesDelete Deletes the current user’s preferences.
Método público UserPreferencesGet Retrieves the current user’s preferences.
Método público UserPreferencesUpdate Updates the current user’s preferences.
Método público Validate Validates the permissions.
Método público ValidationGet Retrieves the filtered validation results from a model.
Método público ValidationProcess Processes validations (business rules) for selected members within a model.
Método público VersionCopy Copies a model version to a new version.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services