Service 类

Contains the various API operations for the service.

继承层次结构

System.Object
  Microsoft.MasterDataServices.Services.Service

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

语法

声明
<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
用法
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

Service 类型公开以下成员。

构造函数

  名称 说明
公共方法 Service Initializes a new instance of the Service class.

页首

方法

  名称 说明
公共方法 AddBindingParameters Adds the binding parameters for the service.
公共方法 AnnotationsDelete Deletes an existing annotation.
公共方法 AnnotationsUpdate Updates an existing annotation.
公共方法 ApplyDispatchBehavior Registers for all service operations a parameter inspector that extracts and applies WCF client locale information. Registers an error handler for all channels.
公共方法 AttributeChange 基础结构。Changes an attribute.
公共方法 BusinessRulesClone Creates a new business rules which are exact copies of business rules from another source, retaining the 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/member type.
公共方法 BusinessRulesUpdate Updates an existing business rules.
公共方法 DataQualityCleansingOperationCreate 基础结构。Creates an operation request for DQS quality cleansing.
公共方法 DataQualityInstalledState 基础结构。Retrieves the DQS state – the response is positive if DQS is properly installed and configured to work with Master Data Services.
公共方法 DataQualityKnowledgeBasesGet 基础结构。Retrieves a list of knowledgebase configured in DQS.
公共方法 DataQualityMatchingOperationCreate 基础结构。Creates an operation request for DQS matching.
公共方法 DataQualityOperationPurgeOperation 基础结构。Returns a purge operation for DQS operation.
公共方法 DataQualityOperationResultsGet 基础结构。Retrieves the results of a completed DQS operation.
公共方法 DataQualityOperationStart 基础结构。Starts a DQS operation.
公共方法 DataQualityOperationStatus 基础结构。Retrieves the status of a running DQS operation.
公共方法 DataQualityStoreInputData 基础结构。Retrieves the data for the data quality store input.
公共方法 EntityMemberAnnotationsCreate Creates 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 下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。
公共方法 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 new members and updates existing members.
公共方法 EntityMembersUpdate Updates the existing members.
公共方法 EntityStagingClear 基础结构。Displays the given batch to the “queued to clear” status.
公共方法 EntityStagingGet 基础结构。Uses the list of batches in the system for a given model.
公共方法 EntityStagingLoad 基础结构。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
公共方法 EntityStagingProcess 基础结构。Displays the given batch to be queued for processing.
公共方法 Equals (从 Object 继承。)
公共方法 ExportViewCreate Generates or regenerates desired subscription views.
公共方法 ExportViewDelete Removes an existing export view.
公共方法 ExportViewListGet Retrieves a list of existing export views.
公共方法 ExportViewUpdate Updates an existing export view.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 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 a new metadata components.
公共方法 MetadataDelete Deletes the metadata components.
公共方法 MetadataGet Retrieves the metadata.
公共方法 MetadataUpdate Updates the 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 an entire selected models, entities and/or hierarchies.
公共方法 SecurityDelete Deletes the security permission.
公共方法 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 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 if the staging name is unique or the staging name is already used.
公共方法 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.
公共方法 ToString (从 Object 继承。)
公共方法 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.
公共方法 Validate Validates the permissions.
公共方法 ValidationGet Retrieves the 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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.MasterDataServices.Services 命名空间