DatabaseLabel.LabelDatabase Method

Definition

Namespace: ASNA.DataGate.Client.DatabaseLabel
Assembly: ASNA.QSys.DataGate.Client.dll

Create a label for an existing database

void LabelDatabase(SourceProfile serverAndCredentials, ILabel label, Boolean& bExists)

Create a label for an existing database

void LabelDatabase(SourceProfile serverAndCredentials, ILabel label, Boolean& bExists)

Parameters

Type Parameter name Description
SourceProfile serverAndCredentials Server name and credentials for DG access.
ILabel label Label details
Boolean& bExists Modified to reflect whether the database exists

See Also