Интерфейс IServiceChannel

Defines the service contract for WCF-based interactions with Master Data Services.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
Public Interface IServiceChannel _
    Inherits IService, IClientChannel, IContextChannel, IChannel,  _
    ICommunicationObject, IExtensibleObject(Of IContextChannel), IDisposable
'Применение
Dim instance As IServiceChannel
public interface IServiceChannel : IService, 
    IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, 
    IDisposable
public interface class IServiceChannel : IService, 
    IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel^>, 
    IDisposable
type IServiceChannel =  
    interface
        interface IService
        interface IClientChannel
        interface IContextChannel
        interface IChannel
        interface ICommunicationObject
        interface IExtensibleObject<IContextChannel>
        interface IDisposable
    end
public interface IServiceChannel extends IService, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, IDisposable

Тип IServiceChannel обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство AllowInitializationUI (Производный от IClientChannel.)
Открытое свойство AllowOutputBatching (Производный от IContextChannel.)
Открытое свойство DidInteractiveInitialization (Производный от IClientChannel.)
Открытое свойство Extensions (Производный от IExtensibleObject<IContextChannel>.)
Открытое свойство InputSession (Производный от IContextChannel.)
Открытое свойство LocalAddress (Производный от IContextChannel.)
Открытое свойство OperationTimeout (Производный от IContextChannel.)
Открытое свойство OutputSession (Производный от IContextChannel.)
Открытое свойство RemoteAddress (Производный от IContextChannel.)
Открытое свойство SessionId (Производный от IContextChannel.)
Открытое свойство State (Производный от ICommunicationObject.)
Открытое свойство Via (Производный от IClientChannel.)

В начало

Методы

  Имя Описание
Открытый метод Abort (Производный от ICommunicationObject.)
Открытый метод AnnotationsDelete Deletes an existing annotation. (Производный от IService.)
Открытый метод AnnotationsUpdate Updates an existing annotation. (Производный от IService.)
Открытый метод AttributeChange Инфраструктура. Changes an attribute. (Производный от IService.)
Открытый метод BeginClose(AsyncCallback, Object) (Производный от ICommunicationObject.)
Открытый метод BeginClose(TimeSpan, AsyncCallback, Object) (Производный от ICommunicationObject.)
Открытый метод BeginDisplayInitializationUI (Производный от IClientChannel.)
Открытый метод BeginOpen(AsyncCallback, Object) (Производный от ICommunicationObject.)
Открытый метод BeginOpen(TimeSpan, AsyncCallback, Object) (Производный от ICommunicationObject.)
Открытый метод 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 a business rule or components of rules. (Производный от IService.)
Открытый метод BusinessRulesGet Retrieves business rules. (Производный от IService.)
Открытый метод BusinessRulesPaletteGet Retrieves available business rule components (the component palette). (Производный от IService.)
Открытый метод BusinessRulesPublish Publishes business rules for a model/entity/member type. (Производный от IService.)
Открытый метод BusinessRulesUpdate Updates existing business rules. (Производный от IService.)
Открытый метод Close() (Производный от ICommunicationObject.)
Открытый метод Close(TimeSpan) (Производный от ICommunicationObject.)
Открытый метод DataQualityCleansingOperationCreate Инфраструктура. Creates an operation request for DQS quality cleansing. (Производный от IService.)
Открытый метод DataQualityInstalledState Инфраструктура. Returns the state of the installed DQS. (Производный от IService.)
Открытый метод DataQualityKnowledgeBasesGet Инфраструктура. Retrieves the knowledge bases of the 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 the DQS operation. (Производный от IService.)
Открытый метод DataQualityStoreInputData Инфраструктура. Retrieves the data for the data quality store input. (Производный от IService.)
Открытый метод DisplayInitializationUI (Производный от IClientChannel.)
Открытый метод Dispose (Производный от IDisposable.)
Открытый метод EndClose (Производный от ICommunicationObject.)
Открытый метод EndDisplayInitializationUI (Производный от IClientChannel.)
Открытый метод EndOpen (Производный от ICommunicationObject.)
Открытый метод EntityMemberAnnotationsCreate Creates new annotations attached to a member. (Производный от IService.)
Открытый метод EntityMemberAnnotationsGet Retrieves annotations attached to a member. (Производный от IService.)
Открытый метод EntityMemberAttributesGet Retrieves a specified set of attribute values from a specified list of members. (Производный от IService.)
Открытый метод EntityMemberKeyLookup В следующей версии Microsoft SQL Server этот компонент будет удален. Не используйте его при работе над новыми приложениями и как можно быстрее измените приложения, в которых он в настоящее время используется. (Производный от IService.)
Открытый метод EntityMembersCopy Copies selected members to new target members. (Производный от IService.)
Открытый метод EntityMembersCreate Creates new members. (Производный от IService.)
Открытый метод EntityMembersDelete Deletes (deactivates) selected members. (Производный от IService.)
Открытый метод EntityMembersGet Retrieves a filtered set of members and their data from an entity. (Производный от IService.)
Открытый метод EntityMembersMerge Creates new members and updates existing members. (Производный от IService.)
Открытый метод EntityMembersUpdate Updates existing members. (Производный от IService.)
Открытый метод EntityStagingClear Инфраструктура. Clears the entity staging. (Производный от IService.)
Открытый метод EntityStagingGet Инфраструктура. Gets the entity staging. (Производный от IService.)
Открытый метод EntityStagingLoad Инфраструктура. Loads entity staging. (Производный от IService.)
Открытый метод EntityStagingProcess Инфраструктура. Processes the entity staging. (Производный от IService.)
Открытый метод ExportViewCreate Generates or regenerates desired subscription views. (Производный от IService.)
Открытый метод ExportViewDelete Removes an existing export view. (Производный от IService.)
Открытый метод ExportViewListGet Retrieves a list of existing export views. (Производный от IService.)
Открытый метод ExportViewUpdate Updates an existing export view. (Производный от IService.)
Открытый метод GetProperty<T> (Производный от IChannel.)
Открытый метод HierarchyMembersGet Retrieves 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 metadata components. (Производный от IService.)
Открытый метод MetadataGet Retrieves metadata. (Производный от IService.)
Открытый метод MetadataUpdate Updates metadata. (Производный от IService.)
Открытый метод ModelMembersBulkDelete Begins the asynchronous deletion of members. (Производный от IService.)
Открытый метод ModelMembersBulkMerge Begins the asynchronous creation and/or update of member data across one or more entities. (Производный от IService.)
Открытый метод ModelMembersBulkUpdate Begins the asynchronous update of member data across one or more entities. (Производный от IService.)
Открытый метод ModelMembersGet Retrieves entire selected models, entities, and/or hierarchies. (Производный от IService.)
Открытый метод Open() (Производный от ICommunicationObject.)
Открытый метод Open(TimeSpan) (Производный от ICommunicationObject.)
Открытый метод 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. (Производный от IService.)
Открытый метод SecurityPrincipalsCreate Creates new users, groups and their permissions within the security model. (Производный от IService.)
Открытый метод SecurityPrincipalsDelete Deletes users, groups. (Производный от IService.)
Открытый метод SecurityPrincipalsGet Retrieves the security principals and their permissions. (Производный от IService.)
Открытый метод SecurityPrincipalsUpdate Updates security principals. (Производный от IService.)
Открытый метод SecurityPrivilegesClone Creates exact copies of permissions within the security model from another source, retaining the GUIDs of the original objects. (Производный от IService.)
Открытый метод SecurityPrivilegesCreate Creates security privileges. (Производный от IService.)
Открытый метод SecurityPrivilegesDelete Deletes permissions. (Производный от IService.)
Открытый метод SecurityPrivilegesGet Retrieves security permissions for selected principals and/or models. (Производный от IService.)
Открытый метод SecurityPrivilegesUpdate Updates security privileges. (Производный от IService.)
Открытый метод ServiceCheck Determines if the Master Data Services Web service is 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. (Производный от IService.)
Открытый метод StagingProcess Sweeps existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request. (Производный от IService.)
Открытый метод SystemDomainListGet Retrieves a localized fixed list of choices based on a list code. (Производный от IService.)
Открытый метод SystemPropertiesGet Retrieves immutable properties about the system. (Производный от IService.)
Открытый метод SystemSettingsGet Retrieves a list of system settings. (Производный от IService.)
Открытый метод SystemSettingsUpdate Updates system setting values. (Производный от IService.)
Открытый метод TransactionAnnotationsCreate Creates new annotations attached to an existing transaction. (Производный от IService.)
Открытый метод TransactionAnnotationsGet Retrieves a filtered list of transactions from a model. (Производный от IService.)
Открытый метод TransactionsGet Retrieves a 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 Retrieves filtered validation results from a model. (Производный от IService.)
Открытый метод ValidationProcess Processes validations (business rules) for selected members within a model. (Производный от IService.)
Открытый метод VersionCopy Copies a model version to a new version. (Производный от IService.)

В начало

События

  Имя Описание
Открытое событие Closed (Производный от ICommunicationObject.)
Открытое событие Closing (Производный от ICommunicationObject.)
Открытое событие Faulted (Производный от ICommunicationObject.)
Открытое событие Opened (Производный от ICommunicationObject.)
Открытое событие Opening (Производный от ICommunicationObject.)
Открытое событие UnknownMessageReceived (Производный от IClientChannel.)

В начало

См. также

Справочник

Пространство имен Microsoft.MasterDataServices