Interfaccia IServiceChannel
Defines the service contract for WCF-based interactions with Master Data Services.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Interface IServiceChannel _
Inherits IService, IClientChannel, IContextChannel, IChannel, _
ICommunicationObject, IExtensibleObject(Of IContextChannel), IDisposable
'Utilizzo
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
Nel tipo IServiceChannel sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AllowInitializationUI | Ereditato da IClientChannel. |
![]() |
AllowOutputBatching | Ereditato da IContextChannel. |
![]() |
DidInteractiveInitialization | Ereditato da IClientChannel. |
![]() |
Extensions | Ereditato da IExtensibleObject< (Of < ( <'IContextChannel> ) > ) >. |
![]() |
InputSession | Ereditato da IContextChannel. |
![]() |
LocalAddress | Ereditato da IContextChannel. |
![]() |
OperationTimeout | Ereditato da IContextChannel. |
![]() |
OutputSession | Ereditato da IContextChannel. |
![]() |
RemoteAddress | Ereditato da IContextChannel. |
![]() |
SessionId | Ereditato da IContextChannel. |
![]() |
State | Ereditato da ICommunicationObject. |
![]() |
Via | Ereditato da IClientChannel. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Abort | Ereditato da ICommunicationObject. |
![]() |
AnnotationsDelete | Deletes an existing annotation. Ereditato da IService. |
![]() |
AnnotationsUpdate | Updates an existing annotation. Ereditato da IService. |
![]() |
BeginClose(AsyncCallback, Object) | Ereditato da ICommunicationObject. |
![]() |
BeginClose(TimeSpan, AsyncCallback, Object) | Ereditato da ICommunicationObject. |
![]() |
BeginDisplayInitializationUI | Ereditato da IClientChannel. |
![]() |
BeginOpen(AsyncCallback, Object) | Ereditato da ICommunicationObject. |
![]() |
BeginOpen(TimeSpan, AsyncCallback, Object) | Ereditato da 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. Ereditato da IService. |
![]() |
BusinessRulesCreate | Creates new business rules. Ereditato da IService. |
![]() |
BusinessRulesDelete | Deletes a business rule or components of rules. Ereditato da IService. |
![]() |
BusinessRulesGet | Retrieves business rules. Ereditato da IService. |
![]() |
BusinessRulesPaletteGet | Retrieves available business rule components (the component palette). Ereditato da IService. |
![]() |
BusinessRulesPublish | Publishes business rules for a model/entity/member type. Ereditato da IService. |
![]() |
BusinessRulesUpdate | Updates existing business rules. Ereditato da IService. |
![]() |
Close() () () () | Ereditato da ICommunicationObject. |
![]() |
Close(TimeSpan) | Ereditato da ICommunicationObject. |
![]() |
DisplayInitializationUI | Ereditato da IClientChannel. |
![]() |
Dispose | Ereditato da IDisposable. |
![]() |
EndClose | Ereditato da ICommunicationObject. |
![]() |
EndDisplayInitializationUI | Ereditato da IClientChannel. |
![]() |
EndOpen | Ereditato da ICommunicationObject. |
![]() |
EntityMemberAnnotationsCreate | Creates new annotations attached to a member. Ereditato da IService. |
![]() |
EntityMemberAnnotationsGet | Retrieves annotations attached to a member. Ereditato da IService. |
![]() |
EntityMemberAttributesGet | Retrieves a specified set of attribute values from a specified list of members. Ereditato da IService. |
![]() |
EntityMemberKeyLookup | Questa caratteristica verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata. Ereditato da IService. |
![]() |
EntityMembersCopy | Copies selected members to new target members. Ereditato da IService. |
![]() |
EntityMembersCreate | Creates new members. Ereditato da IService. |
![]() |
EntityMembersDelete | Deletes (deactivates) selected members. Ereditato da IService. |
![]() |
EntityMembersGet | Retrieves a filtered set of members and their data from an entity. Ereditato da IService. |
![]() |
EntityMembersMerge | Creates new members and updates existing members. Ereditato da IService. |
![]() |
EntityMembersUpdate | Updates existing members. Ereditato da IService. |
![]() |
ExportViewCreate | Generates or regenerates desired subscription views. Ereditato da IService. |
![]() |
ExportViewDelete | Removes an existing export view. Ereditato da IService. |
![]() |
ExportViewListGet | Retrieves a list of existing export views. Ereditato da IService. |
![]() |
ExportViewUpdate | Update an existing export view. Ereditato da IService. |
![]() |
GetProperty< (Of < <' (T> ) > > ) | Ereditato da IChannel. |
![]() |
HierarchyMembersGet | Retrieves parent-child members from a hierarchy relative to a parent node. Ereditato da IService. |
![]() |
MetadataClone | Creates exact copies of metadata components from another source, retaining the globally unique identifiers (GUIDs) of the original objects. Ereditato da IService. |
![]() |
MetadataCreate | Creates new metadata components. Ereditato da IService. |
![]() |
MetadataDelete | Deletes metadata components. Ereditato da IService. |
![]() |
MetadataGet | Retrieves metadata. Ereditato da IService. |
![]() |
MetadataUpdate | Updates metadata. Ereditato da IService. |
![]() |
ModelMembersBulkDelete | Begins the asynchronous deletion of members. Ereditato da IService. |
![]() |
ModelMembersBulkMerge | Begins the asynchronous creation and/or update of member data across one or more entities. Ereditato da IService. |
![]() |
ModelMembersBulkUpdate | Begins the asynchronous update of member data across one or more entities. Ereditato da IService. |
![]() |
ModelMembersGet | Retrieves entire selected models, entities, and/or hierarchies. Ereditato da IService. |
![]() |
Open() () () () | Ereditato da ICommunicationObject. |
![]() |
Open(TimeSpan) | Ereditato da 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. Ereditato da IService. |
![]() |
SecurityPrincipalsCreate | Create new users, groups and their permissions within the security model. Ereditato da IService. |
![]() |
SecurityPrincipalsDelete | Deletes users, groups. Ereditato da IService. |
![]() |
SecurityPrincipalsGet | Retrieves the security principals and their permissions. Ereditato da IService. |
![]() |
SecurityPrincipalsUpdate | Updates security principals. Ereditato da IService. |
![]() |
SecurityPrivilegesClone | Creates exact copies of permissions within the security model from another source, retaining the GUIDs of the original objects. Ereditato da IService. |
![]() |
SecurityPrivilegesCreate | Creates security privileges. Ereditato da IService. |
![]() |
SecurityPrivilegesDelete | Deletes permissions. Ereditato da IService. |
![]() |
SecurityPrivilegesGet | Retrieves security permissions for selected principals and/or models. Ereditato da IService. |
![]() |
SecurityPrivilegesUpdate | Updates security privileges. Ereditato da IService. |
![]() |
ServiceCheck | Determines if the Master Data Services Web service is running and is connected to the database. Ereditato da IService. |
![]() |
StagingClear | Clears the bulk staging area. Ereditato da IService. |
![]() |
StagingGet | Retrieves the contents of the bulk staging area. Ereditato da IService. |
![]() |
StagingProcess | Sweeps existing unbatched records in the staging tables into a batch for processing and launches execution of the staging queue on request. Ereditato da IService. |
![]() |
SystemDomainListGet | Retrieves a localized fixed list of choices based on a list code. Ereditato da IService. |
![]() |
SystemPropertiesGet | Retrieves immutable properties about the system. Ereditato da IService. |
![]() |
SystemSettingsGet | Retrieves a list of system settings. Ereditato da IService. |
![]() |
SystemSettingsUpdate | Updates system setting values. Ereditato da IService. |
![]() |
TransactionAnnotationsCreate | Creates new annotations attached to an existing transaction. Ereditato da IService. |
![]() |
TransactionAnnotationsGet | Retrieves a filtered list of transactions from a model. Ereditato da IService. |
![]() |
TransactionsGet | Retrieves a filtered list of transactions from a model. Ereditato da IService. |
![]() |
TransactionsReverse | Reverses one or more existing transactions. Ereditato da IService. |
![]() |
UserPreferencesDelete | Deletes the current user’s preferences. Ereditato da IService. |
![]() |
UserPreferencesGet | Retrieves the current user’s preferences. Ereditato da IService. |
![]() |
UserPreferencesUpdate | Updates the current user’s preferences. Ereditato da IService. |
![]() |
ValidationGet | Retrieves filtered validation results from a model. Ereditato da IService. |
![]() |
ValidationProcess | Processes validations (business rules) for selected members within a model. Ereditato da IService. |
![]() |
VersionCopy | Copies a model version to a new version. Ereditato da IService. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
![]() |
Closed | Ereditato da ICommunicationObject. |
![]() |
Closing | Ereditato da ICommunicationObject. |
![]() |
Faulted | Ereditato da ICommunicationObject. |
![]() |
Opened | Ereditato da ICommunicationObject. |
![]() |
Opening | Ereditato da ICommunicationObject. |
![]() |
UnknownMessageReceived | Ereditato da IClientChannel. |
In alto