Click or drag to resize

IReadOnlyOlapOptionsComplexEntityMember Interface

Olap options

Namespace:  EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Olap
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyOlapOptionsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyOlapOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationType
Gets the AuthenticationType member value
Public propertyConnectionString
Gets the ConnectionString member value
Public propertyCubeName
Gets the CubeName member value
Public propertyDatabaseName
Gets the DatabaseName member value
Public propertyDomainName
Gets the DomainName member value
Public propertyEncryptedPassword
Gets the EncryptedPassword member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyPassword
Gets the Password member value
Public propertyProvider
Gets the Provider member value
Public propertyServerName
Gets the ServerName member value
Public propertyUserName
Gets the UserName member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also