Enumeración ConnectionType
Defines how the Server object connects to the ConnectionString property.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Enumeration ConnectionType
'Uso
Dim instance As ConnectionType
public enum ConnectionType
public enum class ConnectionType
type ConnectionType
public enum ConnectionType
Miembros
Nombre del miembro | Descripción | |
---|---|---|
Http | Connects using HTTP protocol. | |
LocalCube | Connection is defined as proprietary for local cubes. | |
LocalFarm | ||
LocalServer | Connection is defined as proprietary for local server. | |
Native | Connection is defined as proprietary for remote connections. | |
Wcf | Connects using Wcf type. |
Comentarios
Nuevo: ? 17 de julio de 2006