Partilhar via


Interface IService

Defines methods for operations related to business rules, master data, metadata, and security.

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

Sintaxe

'Declaração
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Interface IService
'Uso
Dim instance As IService
[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public interface IService
[ServiceContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public interface class IService
[<ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type IService =  interface end
public interface IService

O tipo IService expõe os membros a seguir.

Métodos

  Nome Descrição
Método público AnnotationsDelete Deletes an existing annotation.
Método público AnnotationsUpdate Updates an existing annotation.
Método público AttributeChange 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 Globally Unique Identifiers (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, or 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. Returns the state of the installed DQS.
Método público DataQualityKnowledgeBasesGet Infraestrutura. Retrieves the knowledge bases of the 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 the DQS operation.
Método público DataQualityStoreInputData Infraestrutura. Retrieves the data for the data quality store input.
Método público EntityMemberAnnotationsCreate Creates a 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 the new members and update existing members.
Método público EntityMembersUpdate Updates the existing members.
Método público EntityStagingClear Infraestrutura. Clears the staging information of entity based staging batches.
Método público EntityStagingGet Infraestrutura. Retrieves the staging information of entity based staging batches.
Método público EntityStagingLoad Infraestrutura. Handles the staging bulk loading based on the new entity based staging routines.
Método público EntityStagingProcess Infraestrutura. Modifies a set of entity based staging batches to be ready for processing.
Método público ExportViewCreate Generates or regenerates the 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 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 the new metadata components.
Método público MetadataDelete Deletes the metadata components.
Método público MetadataGet Retrieves the metadata components.
Método público MetadataUpdate Updates the metadata components.
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 the entire selected models, entities and/or hierarchies.
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 new 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 the staging name.
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 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 ValidationGet Retrieves the filtered validation results from a model.
Método público ValidationProcess Processes the validations (business rules) for selected members within a model.
Método público VersionCopy Copies a model’s version to a new version.

Início

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.ServiceContracts