MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.db.image.DatabaseInstanceQuery Class Reference

The DatabaseInstanceQuery class is used to find all installed instances of SQL on a given machine. More...

Public Member Functions

 DatabaseInstanceQuery ()
 The constructor. More...
 

Static Public Member Functions

static string GetInstancesAsText ()
 Returns a list of the SQL instances as a string. More...
 
static List< string > GetInstances ()
 Returns a list of the SQL instances as a list of strings. More...
 

Detailed Description

The DatabaseInstanceQuery class is used to find all installed instances of SQL on a given machine.

Definition at line 13 of file DatabaseInstanceQuery.cs.

Constructor & Destructor Documentation

◆ DatabaseInstanceQuery()

MyCaffe.db.image.DatabaseInstanceQuery.DatabaseInstanceQuery ( )

The constructor.

Definition at line 18 of file DatabaseInstanceQuery.cs.

Member Function Documentation

◆ GetInstances()

static List< string > MyCaffe.db.image.DatabaseInstanceQuery.GetInstances ( )
static

Returns a list of the SQL instances as a list of strings.

Returns
A list of SQL instance strings is returned.

Definition at line 43 of file DatabaseInstanceQuery.cs.

◆ GetInstancesAsText()

static string MyCaffe.db.image.DatabaseInstanceQuery.GetInstancesAsText ( )
static

Returns a list of the SQL instances as a string.

Returns
The list of SQL instances is returned.

Definition at line 26 of file DatabaseInstanceQuery.cs.


The documentation for this class was generated from the following file: