Service Class

Contains the various API operations for the service.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.Service

Namespace:  Microsoft.MasterDataServices.Services
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<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
'Usage
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

The Service type exposes the following members.

Constructors

  Name Description
Public method Service Initializes a new instance of the Service class.

Top

Methods

  Name Description
Public method AddBindingParameters Adds the binding parameters for the service.
Public method AnnotationsDelete Deletes an existing annotation.
Public method AnnotationsUpdate Updates an existing annotation.
Public method ApplyDispatchBehavior Registers for all service operations a parameter inspector that extracts and applies WCF client locale information. Registers an error handler for all channels.
Public method AttributeChange Infrastructure. Changes an attribute.
Public method BusinessRulesClone Creates a new business rules which are exact copies of business rules from another source, retaining the GUIDs of the original objects.
Public method BusinessRulesCreate Creates a new business rules.
Public method BusinessRulesDelete Deletes a business rule or components of rules.
Public method BusinessRulesGet Retrieves a business rules.
Public method BusinessRulesPaletteGet Retrieves an available business rule components (the component palette).
Public method BusinessRulesPublish Publishes a business rules for a model/entity/member type.
Public method BusinessRulesUpdate Updates an existing business rules.
Public method DataQualityCleansingOperationCreate Infrastructure. Creates an operation request for DQS quality cleansing.
Public method DataQualityInstalledState Infrastructure. Retrieves the DQS state – the response is positive if DQS is properly installed and configured to work with Master Data Services.
Public method DataQualityKnowledgeBasesGet Infrastructure. Retrieves a list of knowledgebase configured in DQS.
Public method DataQualityMatchingOperationCreate Infrastructure. Creates an operation request for DQS matching.
Public method DataQualityOperationPurgeOperation Infrastructure. Returns a purge operation for DQS operation.
Public method DataQualityOperationResultsGet Infrastructure. Retrieves the results of a completed DQS operation.
Public method DataQualityOperationStart Infrastructure. Starts a DQS operation.
Public method DataQualityOperationStatus Infrastructure. Retrieves the status of a running DQS operation.
Public method DataQualityStoreInputData Infrastructure. Retrieves the data for the data quality store input.
Public method EntityMemberAnnotationsCreate Creates new annotations attached to a member.
Public method EntityMemberAnnotationsGet Retrieves the annotations attached to a member.
Public method EntityMemberAttributesGet Retrieves a specified set of attribute values from a specified list of members.
Public method EntityMemberKeyLookup This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
Public method EntityMembersCopy Copies the selected members to new target members.
Public method EntityMembersCreate Creates the new members.
Public method EntityMembersDelete Deletes (deactivates) the selected members.
Public method EntityMembersGet Retrieves a filtered set of members and their data from an entity.
Public method EntityMembersMerge Creates new members and updates existing members.
Public method EntityMembersUpdate Updates the existing members.
Public method EntityStagingClear Infrastructure. Displays the given batch to the “queued to clear” status.
Public method EntityStagingGet Infrastructure. Uses the list of batches in the system for a given model.
Public method EntityStagingLoad Infrastructure. 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
Public method EntityStagingProcess Infrastructure. Displays the given batch to be queued for processing.
Public method Equals (Inherited from Object.)
Public method ExportViewCreate Generates or regenerates desired subscription views.
Public method ExportViewDelete Removes an existing export view.
Public method ExportViewListGet Retrieves a list of existing export views.
Public method ExportViewUpdate Updates an existing export view.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HierarchyMembersGet Retrieves the parent-child members from a hierarchy relative to a parent node.
Public method MetadataClone Creates the exact copies of metadata components from another source, retaining the GUIDs of the original objects.
Public method MetadataCreate Creates a new metadata components.
Public method MetadataDelete Deletes the metadata components.
Public method MetadataGet Retrieves the metadata.
Public method MetadataUpdate Updates the metadata.
Public method ModelMembersBulkDelete Begins the asynchronous deletion of members.
Public method ModelMembersBulkMerge Begins the asynchronous creation and/or update of member data across one or more entities.
Public method ModelMembersBulkUpdate Begins the asynchronous update of member data across one or more entities.
Public method ModelMembersGet Retrieves an entire selected models, entities and/or hierarchies.
Public method SecurityDelete Deletes the security permission.
Public method 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.
Public method SecurityPrincipalsCreate Creates the new users, groups and their permissions within the security model.
Public method SecurityPrincipalsDelete Deletes the users and groups.
Public method SecurityPrincipalsGet Retrieves the security principals and their permissions.
Public method SecurityPrincipalsUpdate Updates the security principals.
Public method SecurityPrivilegesClone Creates the exact copies of permissions within the security model from another source, retaining the GUIDs of the original objects.
Public method SecurityPrivilegesCreate Creates the security privileges.
Public method SecurityPrivilegesDelete Deletes the permissions.
Public method SecurityPrivilegesGet Retrieves the security permissions for selected principals and/or models.
Public method SecurityPrivilegesUpdate Updates the security privileges.
Public method ServiceCheck Determines whether the Master Data Services Web service is successfully running and connected to the database.
Public method ServiceVersionGet Retrieves the service version.
Public method StagingClear Clears the bulk staging area.
Public method StagingGet Retrieves the contents of the bulk staging area.
Public method StagingNameCheck Checks if the staging name is unique or the staging name is already used.
Public method StagingProcess Sweeps the existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
Public method SystemDomainListGet Retrieves a localized fixed list of choices based on a list code.
Public method SystemPropertiesGet Retrieves the immutable properties about the system.
Public method SystemSettingsGet Retrieves a list of system settings.
Public method SystemSettingsUpdate Updates the system setting values.
Public method ToString (Inherited from Object.)
Public method TransactionAnnotationsCreate Creates a new annotations attached to an existing transaction.
Public method TransactionAnnotationsGet Retrieves the annotations related to a transaction.
Public method TransactionsGet Retrieves the transactions for the given criteria.
Public method TransactionsReverse Reverses one or more existing transactions.
Public method UserPreferencesDelete Deletes the current user’s preferences.
Public method UserPreferencesGet Retrieves the current user’s preferences.
Public method UserPreferencesUpdate Updates the current user’s preferences.
Public method Validate Validates the permissions.
Public method ValidationGet Retrieves the filtered validation results from a model.
Public method ValidationProcess Processes validations (business rules) for selected members within a model.
Public method VersionCopy Copies a model version to a new version.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices.Services Namespace