다음을 통해 공유


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.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.MasterDataServices.Services 네임스페이스