PFExternalConnection_Type Enumeration |
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic enum PFExternalConnection_Type
Members
| Member name | Value | Description |
---|
| Excel | 0 |
An MS Office Excel file.
|
| SQLDatabase | 1 |
An SQL database, MS Office Access or MS SQL Server.
|
| GraphDatabase | 2 |
A graph database, represent data in graph structures as nodes and edges,
which are relationships between nodes.
|
| DocumentStoreDatabase | 3 |
A database following the Document Store model, like MongoDB or CouchDB.
|
| Cassandra | 4 |
A Cassandra database.
|
| SharePoint | 5 |
A SharePoint list.
|
See Also