Поделиться через


Класс 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.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services