Classe ServiceClient
Contains the various business rules API operations.
Gerarchia di ereditarietà
System. . :: . .Object
System.ServiceModel. . :: . .ClientBase< (Of < ( <'IService> ) > ) >
Microsoft.MasterDataServices..::..ServiceClient
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Class ServiceClient _
Inherits ClientBase(Of IService) _
Implements IService
'Utilizzo
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
Nel tipo ServiceClient sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Channel | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() |
ChannelFactory | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() |
ClientCredentials | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() |
Endpoint | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() |
InnerChannel | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() |
State | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Abort | Ereditato da 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 | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() |
CreateChannel | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() |
DisplayInitializationUI | Ereditato da 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 | 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. |
![]() |
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 | Ereditato da 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 | Ereditato da Object. |
![]() |
GetDefaultValueForInitialization< (Of < <' (T> ) > > ) | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
HierarchyMembersGet | Retrieves parent-child members from a hierarchy relative to a parent node. |
![]() |
InvokeAsync | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() |
MemberwiseClone | Ereditato da 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 | Ereditato da 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 | Ereditato da 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. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
ICommunicationObject. . :: . .BeginClose(AsyncCallback, Object) | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .BeginClose(TimeSpan, AsyncCallback, Object) | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .BeginOpen(AsyncCallback, Object) | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .BeginOpen(TimeSpan, AsyncCallback, Object) | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .Close | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .Closed | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .Closing | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
IDisposable. . :: . .Dispose | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .EndClose | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .EndOpen | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .Faulted | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .Open | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .Opened | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
![]() ![]() |
ICommunicationObject. . :: . .Opening | Ereditato da ClientBase< (Of < ( <'IService> ) > ) >. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.