SystemStructureConnectionName Property |
|
DataPA OpenAnalytics API Reference
The connection to be used for retrieving the structure.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ConnectionName { get; set; }
Public Property ConnectionName As String
Get
Set
public:
property String^ ConnectionName {
String^ get ();
void set (String^ value);
}
function get_ConnectionName();
function set_ConnectionName(value);
Property Value
Type:
StringThe connection to be used for retrieving the structure.
Return Value
Type:
StringThe connection to be used for retrieving the structure.
Remarks The connection to be used for retrieving the structure.
See Also