Интерфейс IService

Contains methods for operations related to business rules, master data, metadata, and security.

Пространство имен:  Microsoft.MasterDataServices.Services.ServiceContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Interface IService
'Применение
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

Тип IService обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод AnnotationsDelete Deletes an existing annotation.
Открытый метод AnnotationsUpdate Updates an existing annotation.
Открытый метод BusinessRulesClone Creates new business rules that are exact copies of business rules from another source, retaining the 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, or 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 update 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 Updates 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 GUIDs of the original objects.
Открытый метод MetadataCreate Creates new metadata components.
Открытый метод MetadataDelete Deletes metadata components.
Открытый метод MetadataGet Retrieves metadata components.
Открытый метод MetadataUpdate Updates 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 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 GUIDs of the original objects.
Открытый метод SecurityPrincipalsCreate Creates new users, groups, and their permissions within the security model.
Открытый метод SecurityPrincipalsDelete Deletes users and 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 new security privileges.
Открытый метод SecurityPrivilegesDelete Deletes permissions.
Открытый метод SecurityPrivilegesGet Retrieves security permissions for selected principals and/or models.
Открытый метод SecurityPrivilegesUpdate Updates security privileges.
Открытый метод ServiceCheck Determines whether the Master Data Services Web service is successfully running and 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 Process validations (business rules) for selected members within a model.
Открытый метод VersionCopy Copies a model’s version to a new version.

В начало