Share via


ServiceClient 클래스

Contains the various API operations for the service client to interact with Master Data Services.

상속 계층

System.Object
  System.ServiceModel.ClientBase<IService>
    Microsoft.MasterDataServices.ServiceClient

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

구문

‘선언
Public Class ServiceClient _
    Inherits ClientBase(Of IService) _
    Implements IService
‘사용 방법
Dim instance As ServiceClient
public class ServiceClient : ClientBase<IService>, 
    IService
public ref class ServiceClient : public ClientBase<IService^>, 
    IService
type ServiceClient =  
    class
        inherit ClientBase<IService>
        interface IService
    end
public class ServiceClient extends ClientBase<IService> implements IService

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

생성자

  이름 설명
공용 메서드 ServiceClient() Initializes a new instance of the ServiceClient class with default values.
공용 메서드 ServiceClient(String) Initializes a new instance of the ServiceClient class with the specified endpoint configuration name.
공용 메서드 ServiceClient(Binding, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified binding and remote address.
공용 메서드 ServiceClient(String, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address.
공용 메서드 ServiceClient(String, String) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address as a string.

맨 위로 이동

속성

  이름 설명
보호된 속성 Channel (ClientBase<IService>에서 상속됨)
공용 속성 ChannelFactory (ClientBase<IService>에서 상속됨)
공용 속성 ClientCredentials (ClientBase<IService>에서 상속됨)
공용 속성 Endpoint (ClientBase<IService>에서 상속됨)
공용 속성 InnerChannel (ClientBase<IService>에서 상속됨)
공용 속성 State (ClientBase<IService>에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Abort (ClientBase<IService>에서 상속됨)
공용 메서드 AnnotationsDelete Deletes the existing annotation with the specified identifier.
공용 메서드 AnnotationsUpdate Updates the existing annotation with the specified identifier.
공용 메서드 AttributeChange Changes an attribute with the specified values.
공용 메서드 BusinessRulesClone Creates the new business rules using the specified set of business rules, retaining the globally unique identifiers (GUIDs) of the original objects.
공용 메서드 BusinessRulesCreate Creates new business rules instance.
공용 메서드 BusinessRulesDelete Deletes the business rule or components of rules with the given criteria.
공용 메서드 BusinessRulesGet Retrieves the business rules with the given criteria.
공용 메서드 BusinessRulesPaletteGet Retrieves the available business rule components (the component palette) for the specified member type.
공용 메서드 BusinessRulesPublish Publishes the business rules with the given criteria.
공용 메서드 BusinessRulesUpdate Updates the existing business rules.
공용 메서드 Close (ClientBase<IService>에서 상속됨)
보호된 메서드 CreateChannel (ClientBase<IService>에서 상속됨)
공용 메서드 DataQualityCleansingOperationCreate 인프라입니다. Creates an operation for DQS quality cleansing.
공용 메서드 DataQualityInstalledState 인프라입니다. Determines whether the DQS is properly installed and configured to work with Master Data Services with the specified setting.
공용 메서드 DataQualityKnowledgeBasesGet 인프라입니다. Gets the collection of knowledgebase configured in DQS.
공용 메서드 DataQualityMatchingOperationCreate 인프라입니다. Creates an operation 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.
공용 메서드 DisplayInitializationUI (ClientBase<IService>에서 상속됨)
공용 메서드 EntityMemberAnnotationsCreate Creates new annotations attached to a member.
공용 메서드 EntityMemberAnnotationsGet Retrieves the annotations attached to a member.
공용 메서드 EntityMemberAttributesGet Retrieves a single attribute value for a member in an entity.
공용 메서드 EntityMemberKeyLookup 이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.
공용 메서드 EntityMembersCopy Copies the selected members to new target members.
공용 메서드 EntityMembersCreate Creates new members.
공용 메서드 EntityMembersDelete Deletes or deactivates the selected members.
공용 메서드 EntityMembersGet Retrieves the filtered set of members and their data from an entity.
공용 메서드 EntityMembersMerge Creates new members and updates existing members.
공용 메서드 EntityMembersUpdate Updates the existing members.
공용 메서드 EntityStagingClear 인프라입니다. Clears the entity staging area with the specified batch identifier.
공용 메서드 EntityStagingGet 인프라입니다. Retrieves the contents of the entity staging area.
공용 메서드 EntityStagingLoad 인프라입니다. Loads the members and its relationship into the entity staging area.
공용 메서드 EntityStagingProcess 인프라입니다. Sets the batch, via batch tag, entity identifier, member type, and version identifier, to be queued for processing.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 ExportViewCreate Creates a new export (subscription) view.
공용 메서드 ExportViewDelete Removes the existing export view with the specified identifier.
공용 메서드 ExportViewListGet Retrieves the list of existing export views.
공용 메서드 ExportViewUpdate Updates the existing export view.
보호된 메서드 Finalize (Object에서 상속됨)
보호된 메서드 GetDefaultValueForInitialization<T> (ClientBase<IService>에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 HierarchyMembersGet Retrieves the parent-child members from a hierarchy relative to a parent node.
보호된 메서드 InvokeAsync (ClientBase<IService>에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 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 the specified metadata components.
공용 메서드 MetadataGet Retrieves the metadata for the given criteria.
공용 메서드 MetadataUpdate Updates the specified metadata.
공용 메서드 ModelMembersBulkDelete Begins the asynchronous bulk deletion of members.
공용 메서드 ModelMembersBulkMerge Begins the asynchronous bulk creation and/or update of member data across one or more entities.
공용 메서드 ModelMembersBulkUpdate Begins the asynchronous bulk update of member data across one or more entities.
공용 메서드 ModelMembersGet Retrieves the entire selected models, entities and/or hierarchies.
공용 메서드 Open (ClientBase<IService>에서 상속됨)
공용 메서드 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 security principals and their permissions.
공용 메서드 SecurityPrincipalsUpdate Updates security principals.
공용 메서드 SecurityPrivilegesClone Creates exact copies of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
공용 메서드 SecurityPrivilegesCreate Creates security privileges.
공용 메서드 SecurityPrivilegesDelete Deletes the permissions for the specified criteria.
공용 메서드 SecurityPrivilegesGet Retrieves the security permissions for selected principals and/or models.
공용 메서드 SecurityPrivilegesUpdate Updates the specified security privileges.
공용 메서드 ServiceCheck Determines whether the Master Data Services Web service is up and running and is connected to the database.
공용 메서드 ServiceVersionGet Retrieves the version of the service instance.
공용 메서드 StagingClear Clears the bulk staging area.
공용 메서드 StagingGet Retrieves the contents of the bulk staging area.
공용 메서드 StagingNameCheck Checks the staging name to see if the name is unique or the 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 the list of system settings.
공용 메서드 SystemSettingsUpdate Updates the system setting values.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 TransactionAnnotationsCreate Creates new annotations attached to an existing transaction.
공용 메서드 TransactionAnnotationsGet Retrieves the filtered list of transaction annotations from a model.
공용 메서드 TransactionsGet Retrieves the filtered list of transactions from a model.
공용 메서드 TransactionsReverse Reverses one or more existing transactions.
공용 메서드 UserPreferencesDelete Deletes the specified user’s preferences.
공용 메서드 UserPreferencesGet Retrieves the specified user’s preferences.
공용 메서드 UserPreferencesUpdate Updates the specified user’s preferences.
공용 메서드 ValidationGet Gets the validation issues for the given search criteria.
공용 메서드 ValidationProcess Processes the validations (business rules) for selected members within a model.
공용 메서드 VersionCopy Makes a copy of a version, which includes making a copy of all entity member data.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ICommunicationObject.BeginClose(AsyncCallback, Object) (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object) (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject.BeginOpen(AsyncCallback, Object) (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object) (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject.Close (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject.Closed (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject.Closing (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IDisposable.Dispose (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject.EndClose (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject.EndOpen (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject.Faulted (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IService.AnnotationsDelete Deletes an existing annotation.
명시적 인터페이스 구현전용 메서드 IService.AnnotationsUpdate Updates an existing annotation.
명시적 인터페이스 구현전용 메서드 IService.AttributeChange Changes an attribute.
명시적 인터페이스 구현전용 메서드 IService.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.
명시적 인터페이스 구현전용 메서드 IService.BusinessRulesCreate Creates new business rules.
명시적 인터페이스 구현전용 메서드 IService.BusinessRulesDelete Deletes the business rule or components of rules.
명시적 인터페이스 구현전용 메서드 IService.BusinessRulesGet Retrieves the business rules.
명시적 인터페이스 구현전용 메서드 IService.BusinessRulesPaletteGet Retrieves the available business rule components (the component palette).
명시적 인터페이스 구현전용 메서드 IService.BusinessRulesPublish Publishes the business rules for a model or entity or member type.
명시적 인터페이스 구현전용 메서드 IService.BusinessRulesUpdate Updates the existing business rules.
명시적 인터페이스 구현전용 메서드 IService.DataQualityCleansingOperationCreate 인프라입니다. Creates an operation request for DQS quality cleansing.
명시적 인터페이스 구현전용 메서드 IService.DataQualityInstalledState 인프라입니다. Retrieves the DQS state – the response is positive if DQS is properly installed and configured to work with Master Data Services.
명시적 인터페이스 구현전용 메서드 IService.DataQualityKnowledgeBasesGet 인프라입니다. Retrieves the list of knowledgebase configured in DQS.
명시적 인터페이스 구현전용 메서드 IService.DataQualityMatchingOperationCreate 인프라입니다. Creates an operation request for DQS matching.
명시적 인터페이스 구현전용 메서드 IService.DataQualityOperationPurgeOperation 인프라입니다. Returns a purge operation for DQS operation.
명시적 인터페이스 구현전용 메서드 IService.DataQualityOperationResultsGet 인프라입니다. Retrieves the results of a completed DQS operation.
명시적 인터페이스 구현전용 메서드 IService.DataQualityOperationStart 인프라입니다. Starts a DQS operation.
명시적 인터페이스 구현전용 메서드 IService.DataQualityOperationStatus 인프라입니다. Retrieves the status of a running DQS operation.
명시적 인터페이스 구현전용 메서드 IService.DataQualityStoreInputData 인프라입니다. Retrieves the data for the data quality store input.
명시적 인터페이스 구현전용 메서드 IService.EntityMemberAnnotationsCreate Creates new annotations attached to a member.
명시적 인터페이스 구현전용 메서드 IService.EntityMemberAnnotationsGet Retrieves the annotations attached to a member.
명시적 인터페이스 구현전용 메서드 IService.EntityMemberAttributesGet Retrieves the specified set of attribute values from a specified list of members.
명시적 인터페이스 구현전용 메서드 IService.EntityMemberKeyLookup 이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.
명시적 인터페이스 구현전용 메서드 IService.EntityMembersCopy Copies the selected members to new target members.
명시적 인터페이스 구현전용 메서드 IService.EntityMembersCreate Creates new members.
명시적 인터페이스 구현전용 메서드 IService.EntityMembersDelete Deletes or deactivates the selected members.
명시적 인터페이스 구현전용 메서드 IService.EntityMembersGet Retrieves the filtered set of members and their data from an entity.
명시적 인터페이스 구현전용 메서드 IService.EntityMembersMerge Creates new members and updates existing members.
명시적 인터페이스 구현전용 메서드 IService.EntityMembersUpdate Updates the existing members.
명시적 인터페이스 구현전용 메서드 IService.EntityStagingClear 인프라입니다. Clears the entity staging area.
명시적 인터페이스 구현전용 메서드 IService.EntityStagingGet 인프라입니다. Retrieves the contents of the entity staging area.
명시적 인터페이스 구현전용 메서드 IService.EntityStagingLoad 인프라입니다. Loads the contents of the entity staging area.
명시적 인터페이스 구현전용 메서드 IService.EntityStagingProcess 인프라입니다. Sets the batch to be queued for processing.
명시적 인터페이스 구현전용 메서드 IService.ExportViewCreate Generates or regenerates the desired subscription views.
명시적 인터페이스 구현전용 메서드 IService.ExportViewDelete Removes an existing export view.
명시적 인터페이스 구현전용 메서드 IService.ExportViewListGet Retrieves the list of existing export views.
명시적 인터페이스 구현전용 메서드 IService.ExportViewUpdate Updates an existing export view.
명시적 인터페이스 구현전용 메서드 IService.HierarchyMembersGet Retrieves the parent-child members from a hierarchy relative to a parent node.
명시적 인터페이스 구현전용 메서드 IService.MetadataClone Creates exact copies of metadata components from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
명시적 인터페이스 구현전용 메서드 IService.MetadataCreate Creates new metadata components.
명시적 인터페이스 구현전용 메서드 IService.MetadataDelete Deletes the metadata components.
명시적 인터페이스 구현전용 메서드 IService.MetadataGet Retrieves a metadata.
명시적 인터페이스 구현전용 메서드 IService.MetadataUpdate Updates a metadata.
명시적 인터페이스 구현전용 메서드 IService.ModelMembersBulkDelete Begins the asynchronous bulk deletion of members.
명시적 인터페이스 구현전용 메서드 IService.ModelMembersBulkMerge Begins the asynchronous bulk creation and/or update of member data across one or more entities.
명시적 인터페이스 구현전용 메서드 IService.ModelMembersBulkUpdate Begins the asynchronous bulk update of member data across one or more entities.
명시적 인터페이스 구현전용 메서드 IService.ModelMembersGet Retrieves the entire selected models, entities and/or hierarchies.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrincipalsClone Creates exact copies of users, groups and their permissions within the security model from another source, retaining the GUIDs of the original objects.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrincipalsCreate Creates new users, groups and their permissions within the security model.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrincipalsDelete Deletes user and groups.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrincipalsGet Retrieves the security principals and their permissions.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrincipalsUpdate Updates the security principals.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrivilegesClone Creates an exact copy of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrivilegesCreate Creates the security privileges.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrivilegesDelete Deletes the permissions.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrivilegesGet Retrieves the security permissions for selected principals and/or models.
명시적 인터페이스 구현전용 메서드 IService.SecurityPrivilegesUpdate Updates the security privileges.
명시적 인터페이스 구현전용 메서드 IService.ServiceCheck Determines whether the Master Data Services Web service is up and running and is connected to the database.
명시적 인터페이스 구현전용 메서드 IService.ServiceVersionGet Retrieves the service version.
명시적 인터페이스 구현전용 메서드 IService.StagingClear Clears the bulk staging area.
명시적 인터페이스 구현전용 메서드 IService.StagingGet Retrieves the contents of the bulk staging area.
명시적 인터페이스 구현전용 메서드 IService.StagingNameCheck Checks the staging name to see if the name is unique or the name is already used.
명시적 인터페이스 구현전용 메서드 IService.StagingProcess Sweeps the existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request.
명시적 인터페이스 구현전용 메서드 IService.SystemDomainListGet Retrieves the localized fixed list of choices based on a list code.
명시적 인터페이스 구현전용 메서드 IService.SystemPropertiesGet Retrieves the immutable properties about the system.
명시적 인터페이스 구현전용 메서드 IService.SystemSettingsGet Retrieves the list of system settings.
명시적 인터페이스 구현전용 메서드 IService.SystemSettingsUpdate Updates the system setting values.
명시적 인터페이스 구현전용 메서드 IService.TransactionAnnotationsCreate Creates new annotations attached to an existing transaction.
명시적 인터페이스 구현전용 메서드 IService.TransactionAnnotationsGet Retrieves the filtered list of transaction annotations from a model.
명시적 인터페이스 구현전용 메서드 IService.TransactionsGet Retrieves the filtered list of transactions from a model.
명시적 인터페이스 구현전용 메서드 IService.TransactionsReverse Reverses one or more existing transactions.
명시적 인터페이스 구현전용 메서드 IService.UserPreferencesDelete Deletes the current user’s preferences.
명시적 인터페이스 구현전용 메서드 IService.UserPreferencesGet Retrieves the current user’s preferences.
명시적 인터페이스 구현전용 메서드 IService.UserPreferencesUpdate Updates the current user’s preferences.
명시적 인터페이스 구현전용 메서드 IService.ValidationGet Gets the validation issues for the given criteria.
명시적 인터페이스 구현전용 메서드 IService.ValidationProcess Processes the validations (business rules) for selected members within a model.
명시적 인터페이스 구현전용 메서드 IService.VersionCopy Copies a model version to a new version.
명시적 인터페이스 구현전용 메서드 ICommunicationObject.Open (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject.Opened (ClientBase<IService>에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject.Opening (ClientBase<IService>에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.MasterDataServices 네임스페이스