 | CSQLSRViGetDatabasesLST Method |
Get a list of the database into LST
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iGetDatabasesLST(
CLST lst,
string server,
string user,
string password,
int win_auth
)
public static int iGetDatabasesLST(
CLST lst,
string server,
string user,
string password,
int win_auth
)
Public Shared Function iGetDatabasesLST (
lst As CLST,
server As String,
user As String,
password As String,
win_auth As Integer
) As Integer
Public Shared Function iGetDatabasesLST (
lst As CLST,
server As String,
user As String,
password As String,
win_auth As Integer
) As Integer
public:
static int iGetDatabasesLST(
CLST^ lst,
String^ server,
String^ user,
String^ password,
int win_auth
)
public:
static int iGetDatabasesLST(
CLST^ lst,
String^ server,
String^ user,
String^ password,
int win_auth
)
static member iGetDatabasesLST :
lst : CLST *
server : string *
user : string *
password : string *
win_auth : int -> int
static member iGetDatabasesLST :
lst : CLST *
server : string *
user : string *
password : string *
win_auth : int -> int
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
- server
- Type: SystemString
SQL server to use - user
- Type: SystemString
User name - password
- Type: SystemString
Password - win_auth
- Type: SystemInt32
0 - SQL authentication, 1 - NT integrated securty
Return Value
Type:
Int32Number of database
See Also