ImportSystemArgscConnectionName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the connection name for this system connection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cConnectionName { get; set; }
Public Property cConnectionName As String
Get
Set
public:
virtual property String^ cConnectionName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cConnectionName();
function set_cConnectionName(value);
Property Value
Type:
StringA property that contains the connection name for this system connection.
Return Value
Type:
StringA property that contains connection name for this system connection.
Remarks See Also