ConnectionType-Enumeration
Defines how the Server object connects to the ConnectionString property.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration ConnectionType
'Usage
Dim instance As ConnectionType
public enum ConnectionType
public enum class ConnectionType
type ConnectionType
public enum ConnectionType
Member
Membername | Beschreibung | |
---|---|---|
Native | Connection is defined as proprietary for remote connections. | |
Http | Connects using HTTP protocol. | |
LocalServer | Connection is defined as proprietary for local server. | |
LocalCube | Connection is defined as proprietary for local cubes. |
Hinweise
Neu: 17. Juli 2006