Costruttore QsCreateIndexCommand (QSConnection, String, String, Boolean, Boolean)

QSAdoNet

Costruttore QsCreateIndexCommand (QSConnection, String, String, Boolean, Boolean)

Crea l'oggetto inizializzando il riferimento alla connessione ed il nome della table.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
protected internal QsCreateIndexCommand(
	QSConnection conn,
	string tableName,
	string nomeIndice,
	bool unique,
	bool clustered
)
Protected Friend Sub New ( 
	conn As QSConnection,
	tableName As String,
	nomeIndice As String,
	unique As Boolean,
	clustered As Boolean
)
protected public:
QsCreateIndexCommand(
	QSConnection^ conn, 
	String^ tableName, 
	String^ nomeIndice, 
	bool unique, 
	bool clustered
)
new : 
        conn : QSConnection * 
        tableName : string * 
        nomeIndice : string * 
        unique : bool * 
        clustered : bool -> QsCreateIndexCommand

Parametri

conn
Tipo: QSAdoNetQSConnection
Connessione non necessariamente aperta.
tableName
Tipo: SystemString
Nome della table sulla quale effettuare l'istruzione.
nomeIndice
Tipo: SystemString
unique
Tipo: SystemBoolean
clustered
Tipo: SystemBoolean
Vedi anche