Share via


IService-Schnittstelle

Contains the various business rules API operations.

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

Syntax

'Declaration
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    ConfigurationName := "Microsoft.MasterDataServices.IService")> _
Public Interface IService
'Usage
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

Der IService-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode AnnotationsDelete Deletes an existing annotation.
Öffentliche Methode AnnotationsUpdate Updates an existing annotation.
Öffentliche Methode 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.
Öffentliche Methode BusinessRulesCreate Creates new business rules.
Öffentliche Methode BusinessRulesDelete Deletes a business rule or components of rules.
Öffentliche Methode BusinessRulesGet Retrieves business rules.
Öffentliche Methode BusinessRulesPaletteGet Retrieves available business rule components (the component palette).
Öffentliche Methode BusinessRulesPublish Publishes business rules for a model/entity/member type.
Öffentliche Methode BusinessRulesUpdate Updates existing business rules.
Öffentliche Methode EntityMemberAnnotationsCreate Creates new annotations attached to a member.
Öffentliche Methode EntityMemberAnnotationsGet Retrieves annotations attached to a member.
Öffentliche Methode EntityMemberAttributesGet Retrieves a specified set of attribute values from a specified list of members.
Öffentliche Methode EntityMemberKeyLookup Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
Öffentliche Methode EntityMembersCopy Copies selected members to new target members.
Öffentliche Methode EntityMembersCreate Creates new members.
Öffentliche Methode EntityMembersDelete Deletes (deactivates) selected members.
Öffentliche Methode EntityMembersGet Retrieves a filtered set of members and their data from an entity.
Öffentliche Methode EntityMembersMerge Creates new members and updates existing members.
Öffentliche Methode EntityMembersUpdate Updates existing members.
Öffentliche Methode ExportViewCreate Generates or regenerates desired subscription views.
Öffentliche Methode ExportViewDelete Removes an existing export view.
Öffentliche Methode ExportViewListGet Retrieves a list of existing export views.
Öffentliche Methode ExportViewUpdate Update an existing export view.
Öffentliche Methode HierarchyMembersGet Retrieves parent-child members from a hierarchy relative to a parent node.
Öffentliche Methode MetadataClone Creates exact copies of metadata components from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Öffentliche Methode MetadataCreate Creates new metadata components.
Öffentliche Methode MetadataDelete Deletes metadata components.
Öffentliche Methode MetadataGet Retrieves metadata.
Öffentliche Methode MetadataUpdate Updates metadata.
Öffentliche Methode ModelMembersBulkDelete Begins the asynchronous deletion of members.
Öffentliche Methode ModelMembersBulkMerge Begins the asynchronous creation and/or update of member data across one or more entities.
Öffentliche Methode ModelMembersBulkUpdate Begins the asynchronous update of member data across one or more entities.
Öffentliche Methode ModelMembersGet Retrieves entire selected models, entities, and/or hierarchies.
Öffentliche Methode 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.
Öffentliche Methode SecurityPrincipalsCreate Create new users, groups and their permissions within the security model.
Öffentliche Methode SecurityPrincipalsDelete Deletes users, groups.
Öffentliche Methode SecurityPrincipalsGet Retrieves the security principals and their permissions.
Öffentliche Methode SecurityPrincipalsUpdate Updates security principals.
Öffentliche Methode SecurityPrivilegesClone Creates exact copies of permissions within the security model from another source, retaining the GUIDs of the original objects.
Öffentliche Methode SecurityPrivilegesCreate Creates security privileges.
Öffentliche Methode SecurityPrivilegesDelete Deletes permissions.
Öffentliche Methode SecurityPrivilegesGet Retrieves security permissions for selected principals and/or models.
Öffentliche Methode SecurityPrivilegesUpdate Updates security privileges.
Öffentliche Methode ServiceCheck Determines if the Master Data Services Web service is running and is connected to the database.
Öffentliche Methode StagingClear Clears the bulk staging area.
Öffentliche Methode StagingGet Retrieves the contents of the bulk staging area.
Öffentliche Methode StagingProcess Sweeps existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
Öffentliche Methode SystemDomainListGet Retrieves a localized fixed list of choices based on a list code.
Öffentliche Methode SystemPropertiesGet Retrieves immutable properties about the system.
Öffentliche Methode SystemSettingsGet Retrieves a list of system settings.
Öffentliche Methode SystemSettingsUpdate Updates system setting values.
Öffentliche Methode TransactionAnnotationsCreate Creates new annotations attached to an existing transaction.
Öffentliche Methode TransactionAnnotationsGet Retrieves a filtered list of transactions from a model.
Öffentliche Methode TransactionsGet Retrieves a filtered list of transactions from a model.
Öffentliche Methode TransactionsReverse Reverses one or more existing transactions.
Öffentliche Methode UserPreferencesDelete Deletes the current user’s preferences.
Öffentliche Methode UserPreferencesGet Retrieves the current user’s preferences.
Öffentliche Methode UserPreferencesUpdate Updates the current user’s preferences.
Öffentliche Methode ValidationGet Retrieves filtered validation results from a model.
Öffentliche Methode ValidationProcess Processes validations (business rules) for selected members within a model.
Öffentliche Methode VersionCopy Copies a model version to a new version.

Zum Anfang