ApplicationDataLocationType Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates what type of data location is currently set.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ApplicationDataLocationTypeEnum DataLocationType { get; }
Public ReadOnly Property DataLocationType As ApplicationDataLocationTypeEnum
Get
public:
virtual property ApplicationDataLocationTypeEnum DataLocationType {
ApplicationDataLocationTypeEnum get () sealed;
}
function get_DataLocationType();
Return Value
Type:
ApplicationDataLocationTypeEnumA value that indicates what type of data location is currently set.
Remarks See Also