ILobSystemInstance Members
Include Protected Members
Include Inherited Members
Represents a LobSystemInstance.
The ILobSystemInstance type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentConnection | Gets the current connection to this external system instance. | |
Id | Gets the identifier of the metadata object. (Inherited from IMetadataStruct.) | |
IsCached | Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.) | |
Name | Gets the name of the metadata object. (Inherited from IMetadataStruct.) |
Top
Methods
Name | Description | |
---|---|---|
AssociateConnection | Associates the given connection to the current thread of control, which is then used for all operations executed on this thread. | |
CloseConnection | Closes the connection to this external system instance. | |
ContainsLocalizedDisplayName | Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.) | |
DisassociateConnection | Disassociates the current thread from any connection object. | |
FlushConnections | Flushes the connections to this external system instance. | |
GetDataClasses | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetDefaultDisplayName | Returns the default display name of this metadata object. (Inherited from IMetadataObject.) | |
GetEntities | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetLobSystem | Gets the external system containing this external system instance. | |
GetLocalizedDisplayName | Returns the localized display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedNames | Returns the localized names of this metadata object. (Inherited from IMetadataObject.) | |
GetProperties | Returns the properties of this metadata object. (Inherited from IMetadataObject.) | |
OpenConnection | Opens a connection to this external system instance. |
Top