| SessionLoginCollectionRemove Method |
|
DataPA OpenAnalytics API Reference
Removes a SessionLogin object from the collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Remove(
string SystemName,
string ConnectionName
)
Public Sub Remove (
SystemName As String,
ConnectionName As String
)
public:
virtual void Remove(
String^ SystemName,
String^ ConnectionName
) sealed
function Remove(SystemName, ConnectionName);
Parameters
- SystemName
- Type: SystemString
The system name of the SessionLogin object to remove - ConnectionName
- Type: SystemString
The connection name of the SessionLogin object to remove
See Also