DatabaseLabel.GetLabels Method

Definition

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

Creates a list of all labels in a given server

ILabel[] GetLabels(SourceProfile sp)

Creates a list of all labels in a given server

ILabel[] GetLabels(SourceProfile sp)

Parameters

Type Parameter name Description
SourceProfile sp Connection parameters defining the machine to to search, server TCP port, user credentials, and Krb5 SPN.

Returns

Type Description
ILabel[] Array of labels

See Also