QueryConnectionDetailsConnectionIdentifierColumnName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the column that will be appended to the query dataset to indicate the connection the data originated from.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ConnectionIdentifierColumnName { get; set; }
Public Property ConnectionIdentifierColumnName As String
Get
Set
public:
virtual property String^ ConnectionIdentifierColumnName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ConnectionIdentifierColumnName();
function set_ConnectionIdentifierColumnName(value);
Property Value
Type:
StringThe name of the column that will be appended to the query dataset to indicate the connection the data originated from.
Return Value
Type:
StringThe name of the column that will be appended to the query dataset to indicate the connection the data originated from.
Remarks The column will only be appended to the dataset if ConnectionHandlingType = 1 and Connections returns more than one connection.
See Also