IService 接口

Contains the various business rules API operations.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    ConfigurationName := "Microsoft.MasterDataServices.IService")> _
Public Interface IService
用法
Dim instance As IService
[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    ConfigurationName = "Microsoft.MasterDataServices.IService")]
public interface IService
[ServiceContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    ConfigurationName = L"Microsoft.MasterDataServices.IService")]
public interface class IService
[<ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    ConfigurationName = "Microsoft.MasterDataServices.IService")>]
type IService =  interface end
public interface IService

IService 类型公开以下成员。

方法

  名称 说明
公共方法 AnnotationsDelete Deletes an existing annotation.
公共方法 AnnotationsUpdate Updates an existing annotation.
公共方法 BusinessRulesClone Creates 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 new business rules.
公共方法 BusinessRulesDelete Deletes a business rule or components of rules.
公共方法 BusinessRulesGet Retrieves business rules.
公共方法 BusinessRulesPaletteGet Retrieves available business rule components (the component palette).
公共方法 BusinessRulesPublish Publishes business rules for a model/entity/member type.
公共方法 BusinessRulesUpdate Updates existing business rules.
公共方法 EntityMemberAnnotationsCreate Creates new annotations attached to a member.
公共方法 EntityMemberAnnotationsGet Retrieves annotations attached to a member.
公共方法 EntityMemberAttributesGet Retrieves a specified set of attribute values from a specified list of members.
公共方法 EntityMemberKeyLookup 下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。
公共方法 EntityMembersCopy Copies selected members to new target members.
公共方法 EntityMembersCreate Creates new members.
公共方法 EntityMembersDelete Deletes (deactivates) selected members.
公共方法 EntityMembersGet Retrieves a filtered set of members and their data from an entity.
公共方法 EntityMembersMerge Creates new members and updates existing members.
公共方法 EntityMembersUpdate Updates existing members.
公共方法 ExportViewCreate Generates or regenerates desired subscription views.
公共方法 ExportViewDelete Removes an existing export view.
公共方法 ExportViewListGet Retrieves a list of existing export views.
公共方法 ExportViewUpdate Update an existing export view.
公共方法 HierarchyMembersGet Retrieves parent-child members from a hierarchy relative to a parent node.
公共方法 MetadataClone Creates exact copies of metadata components from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
公共方法 MetadataCreate Creates new metadata components.
公共方法 MetadataDelete Deletes metadata components.
公共方法 MetadataGet Retrieves metadata.
公共方法 MetadataUpdate Updates metadata.
公共方法 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 entire selected models, entities, and/or hierarchies.
公共方法 SecurityPrincipalsClone Creates exact copies of users, groups and their permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
公共方法 SecurityPrincipalsCreate Create new users, groups and their permissions within the security model.
公共方法 SecurityPrincipalsDelete Deletes users, groups.
公共方法 SecurityPrincipalsGet Retrieves the security principals and their permissions.
公共方法 SecurityPrincipalsUpdate Updates security principals.
公共方法 SecurityPrivilegesClone Creates exact copies of permissions within the security model from another source, retaining the GUIDs of the original objects.
公共方法 SecurityPrivilegesCreate Creates security privileges.
公共方法 SecurityPrivilegesDelete Deletes permissions.
公共方法 SecurityPrivilegesGet Retrieves security permissions for selected principals and/or models.
公共方法 SecurityPrivilegesUpdate Updates security privileges.
公共方法 ServiceCheck Determines if the Master Data Services Web service is running and is connected to the database.
公共方法 StagingClear Clears the bulk staging area.
公共方法 StagingGet Retrieves the contents of the bulk staging area.
公共方法 StagingProcess Sweeps 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 immutable properties about the system.
公共方法 SystemSettingsGet Retrieves a list of system settings.
公共方法 SystemSettingsUpdate Updates system setting values.
公共方法 TransactionAnnotationsCreate Creates new annotations attached to an existing transaction.
公共方法 TransactionAnnotationsGet Retrieves a filtered list of transactions from a model.
公共方法 TransactionsGet Retrieves a filtered list of transactions from a model.
公共方法 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 filtered validation results from a model.
公共方法 ValidationProcess Processes validations (business rules) for selected members within a model.
公共方法 VersionCopy Copies a model version to a new version.

页首