Costruttore QSConnection.IndexProperty

QSAdoNet

Costruttore QSConnectionIndexProperty

Costruttore unico.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public IndexProperty(
	string indexName,
	bool isUnique,
	bool isCLustered
)
Public Sub New ( 
	indexName As String,
	isUnique As Boolean,
	isCLustered As Boolean
)
public:
IndexProperty(
	String^ indexName, 
	bool isUnique, 
	bool isCLustered
)
new : 
        indexName : string * 
        isUnique : bool * 
        isCLustered : bool -> IndexProperty

Parametri

indexName
Tipo: SystemString
Nome dell'indice.
isUnique
Tipo: SystemBoolean
Indice unico o no.
isCLustered
Tipo: SystemBoolean
Indice di tipo cluster o no.
Vedi anche