다음을 통해 공유


ServiceClient 클래스

Contains the various business rules API operations.

상속 계층

System. . :: . .Object
  System.ServiceModel. . :: . .ClientBase< (Of < ( <'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< (Of < ( <'IService> ) > ) >에서 상속됨)
공용 속성 ChannelFactory (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
공용 속성 ClientCredentials (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
공용 속성 Endpoint (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
공용 속성 InnerChannel (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
공용 속성 State (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Abort (ClientBase< (Of < ( <'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.
공용 메서드 Close (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
보호된 메서드 CreateChannel (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
공용 메서드 DisplayInitializationUI (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
공용 메서드 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.
공용 메서드 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.
보호된 메서드 Finalize (Object에서 상속됨)
보호된 메서드 GetDefaultValueForInitialization< (Of < <' (T> ) > > ) (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 HierarchyMembersGet Retrieves parent-child members from a hierarchy relative to a parent node.
보호된 메서드 InvokeAsync (ClientBase< (Of < ( <'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 metadata components.
공용 메서드 MetadataGet Retrieves metadata.
공용 메서드 MetadataUpdate Updates metadata.
공용 메서드 ModelMembersBulkDelete Begins the asynchronous deletion of members.
공용 메서드 ModelMembersBulkMerge Begin 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.
공용 메서드 Open (ClientBase< (Of < ( <'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 Delete users and groups.
공용 메서드 SecurityPrincipalsGet Retrieves the security principals and their permissions.
공용 메서드 SecurityPrincipalsUpdate Updates security principals.
공용 메서드 SecurityPrivilegesClone Create 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 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 up and 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.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 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.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ICommunicationObject. . :: . .BeginClose(AsyncCallback, Object) (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject. . :: . .BeginClose(TimeSpan, AsyncCallback, Object) (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject. . :: . .BeginOpen(AsyncCallback, Object) (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject. . :: . .BeginOpen(TimeSpan, AsyncCallback, Object) (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject. . :: . .Close (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject. . :: . .Closed (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject. . :: . .Closing (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 메서드 IDisposable. . :: . .Dispose (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject. . :: . .EndClose (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject. . :: . .EndOpen (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject. . :: . .Faulted (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICommunicationObject. . :: . .Open (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject. . :: . .Opened (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)
명시적 인터페이스 구현전용 이벤트 ICommunicationObject. . :: . .Opening (ClientBase< (Of < ( <'IService> ) > ) >에서 상속됨)

맨 위로 이동

스레드 보안

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