Compartir a través de


Interfaz IService

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.ServiceContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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

El tipo IService expone los siguientes miembros.

Métodos

  Nombre Descripción
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 Infraestructura. Creates an operation request for DQS quality cleansing.
Método público DataQualityInstalledState Infraestructura. Returns the state of the installed DQS.
Método público DataQualityKnowledgeBasesGet Infraestructura. Retrieves the knowledge bases of the DQS.
Método público DataQualityMatchingOperationCreate Infraestructura. Creates an operation request for DQS matching.
Método público DataQualityOperationPurgeOperation Infraestructura. Returns a purge operation for DQS operation.
Método público DataQualityOperationResultsGet Infraestructura. Retrieves the results of a completed DQS operation.
Método público DataQualityOperationStart Infraestructura. Starts a DQS operation.
Método público DataQualityOperationStatus Infraestructura. Retrieves the status of the DQS operation.
Método público DataQualityStoreInputData Infraestructura. 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 Esta característica se quitará en la versión siguiente de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan.
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 Infraestructura. Clears the staging information of entity based staging batches.
Método público EntityStagingGet Infraestructura. Retrieves the staging information of entity based staging batches.
Método público EntityStagingLoad Infraestructura. Handles the staging bulk loading based on the new entity based staging routines.
Método público EntityStagingProcess Infraestructura. 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.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.ServiceContracts