ImportSystemArgsbPrimary Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a flag with indictaes if this connection is the primary one for this system.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool bPrimary { get; set; }
Public Property bPrimary As Boolean
Get
Set
public:
virtual property bool bPrimary {
bool get () sealed;
void set (bool value) sealed;
}
function get_bPrimary();
function set_bPrimary(value);
Property Value
Type:
BooleanA property that contains a flag with indictaes if this connection is the primary one for this system.
Return Value
Type:
BooleanA property that contains a flag with indictaes if this connection is the primary one for this system.
Remarks See Also