다음을 통해 공유


IService 인터페이스

Contains the various business rules API operations.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    ConfigurationName := "Microsoft.MasterDataServices.IService")> _
Public Interface IService
‘사용 방법
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

IService 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 AnnotationsDelete Deletes an existing annotation.
공용 메서드 AnnotationsUpdate Updates an existing annotation.
공용 메서드 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.
공용 메서드 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/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 updates 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 Update 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 globally unique identifiers (GUIDs) of the original objects.
공용 메서드 MetadataCreate Creates new metadata components.
공용 메서드 MetadataDelete Deletes metadata components.
공용 메서드 MetadataGet Retrieves metadata.
공용 메서드 MetadataUpdate Updates 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 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 globally unique identifiers (GUIDs) of the original objects.
공용 메서드 SecurityPrincipalsCreate Create new users, groups and their permissions within the security model.
공용 메서드 SecurityPrincipalsDelete Deletes users, 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 security privileges.
공용 메서드 SecurityPrivilegesDelete Deletes permissions.
공용 메서드 SecurityPrivilegesGet Retrieves security permissions for selected principals and/or models.
공용 메서드 SecurityPrivilegesUpdate Updates security privileges.
공용 메서드 ServiceCheck Determines if the Master Data Services Web service is running and is 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 Processes validations (business rules) for selected members within a model.
공용 메서드 VersionCopy Copies a model version to a new version.

맨 위로 이동