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 | |
---|---|---|
AnnotationsDelete | Deletes an existing annotation. | |
AnnotationsUpdate | Updates an existing annotation. | |
AttributeChange | Changes an attribute. | |
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. | |
BusinessRulesCreate | Creates a new business rules. | |
BusinessRulesDelete | Deletes a business rule or components of rules. | |
BusinessRulesGet | Retrieves a business rules. | |
BusinessRulesPaletteGet | Retrieves an available business rule components (the component palette). | |
BusinessRulesPublish | Publishes a business rules for a model, entity, or member type. | |
BusinessRulesUpdate | Updates an existing business rules. | |
DataQualityCleansingOperationCreate | Infraestructura. Creates an operation request for DQS quality cleansing. | |
DataQualityInstalledState | Infraestructura. Returns the state of the installed DQS. | |
DataQualityKnowledgeBasesGet | Infraestructura. Retrieves the knowledge bases of the DQS. | |
DataQualityMatchingOperationCreate | Infraestructura. Creates an operation request for DQS matching. | |
DataQualityOperationPurgeOperation | Infraestructura. Returns a purge operation for DQS operation. | |
DataQualityOperationResultsGet | Infraestructura. Retrieves the results of a completed DQS operation. | |
DataQualityOperationStart | Infraestructura. Starts a DQS operation. | |
DataQualityOperationStatus | Infraestructura. Retrieves the status of the DQS operation. | |
DataQualityStoreInputData | Infraestructura. Retrieves the data for the data quality store input. | |
EntityMemberAnnotationsCreate | Creates a new annotations attached to a member. | |
EntityMemberAnnotationsGet | Retrieves the annotations attached to a member. | |
EntityMemberAttributesGet | Retrieves a specified set of attribute values from a specified list of members. | |
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. | |
EntityMembersCopy | Copies the selected members to new target members. | |
EntityMembersCreate | Creates the new members. | |
EntityMembersDelete | Deletes (deactivates) the selected members. | |
EntityMembersGet | Retrieves a filtered set of members and their data from an entity. | |
EntityMembersMerge | Creates the new members and update existing members. | |
EntityMembersUpdate | Updates the existing members. | |
EntityStagingClear | Infraestructura. Clears the staging information of entity based staging batches. | |
EntityStagingGet | Infraestructura. Retrieves the staging information of entity based staging batches. | |
EntityStagingLoad | Infraestructura. Handles the staging bulk loading based on the new entity based staging routines. | |
EntityStagingProcess | Infraestructura. Modifies a set of entity based staging batches to be ready for processing. | |
ExportViewCreate | Generates or regenerates the desired subscription views. | |
ExportViewDelete | Removes an existing export view. | |
ExportViewListGet | Retrieves a list of existing export views. | |
ExportViewUpdate | Updates an existing export view. | |
HierarchyMembersGet | Retrieves the parent-child members from a hierarchy relative to a parent node. | |
MetadataClone | Creates the exact copies of metadata components from another source, retaining the GUIDs of the original objects. | |
MetadataCreate | Creates the new metadata components. | |
MetadataDelete | Deletes the metadata components. | |
MetadataGet | Retrieves the metadata components. | |
MetadataUpdate | Updates the metadata components. | |
ModelMembersBulkDelete | Begins the asynchronous deletion of members. | |
ModelMembersBulkMerge | Begins the asynchronous creation and/or update of member data across one or more entities. | |
ModelMembersBulkUpdate | Begins the asynchronous update of member data across one or more entities. | |
ModelMembersGet | Retrieves the entire selected models, entities and/or hierarchies. | |
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. | |
SecurityPrincipalsCreate | Creates the new users, groups, and their permissions within the security model. | |
SecurityPrincipalsDelete | Deletes the users and groups. | |
SecurityPrincipalsGet | Retrieves the security principals and their permissions. | |
SecurityPrincipalsUpdate | Updates the security principals. | |
SecurityPrivilegesClone | Creates the exact copies of permissions within the security model from another source, retaining the GUIDs of the original objects. | |
SecurityPrivilegesCreate | Creates the new security privileges. | |
SecurityPrivilegesDelete | Deletes the permissions. | |
SecurityPrivilegesGet | Retrieves the security permissions for selected principals and/or models. | |
SecurityPrivilegesUpdate | Updates the security privileges. | |
ServiceCheck | Determines whether the Master Data Services Web service is successfully running and connected to the database. | |
ServiceVersionGet | Retrieves the service version. | |
StagingClear | Clears the bulk staging area. | |
StagingGet | Retrieves the contents of the bulk staging area. | |
StagingNameCheck | Checks the staging name. | |
StagingProcess | Sweeps the existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request. | |
SystemDomainListGet | Retrieves a localized fixed list of choices based on a list code. | |
SystemPropertiesGet | Retrieves the immutable properties about the system. | |
SystemSettingsGet | Retrieves a list of system settings. | |
SystemSettingsUpdate | Updates the system setting values. | |
TransactionAnnotationsCreate | Creates a new annotations attached to an existing transaction. | |
TransactionAnnotationsGet | Retrieves the annotations related to a transaction. | |
TransactionsGet | Retrieves the transactions for the given criteria. | |
TransactionsReverse | Reverses one or more existing transactions. | |
UserPreferencesDelete | Deletes the current user’s preferences. | |
UserPreferencesGet | Retrieves the current user’s preferences. | |
UserPreferencesUpdate | Updates the current user’s preferences. | |
ValidationGet | Retrieves the filtered validation results from a model. | |
ValidationProcess | Processes the validations (business rules) for selected members within a model. | |
VersionCopy | Copies a model’s version to a new version. |
Arriba
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.ServiceContracts