Costruttore QSConnectionIndexProperty
             | 
          
        
        
            Costruttore unico.
            
        
        Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.4.0
Sintassipublic 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 -> IndexPropertyParametri
- indexName  String
 - Nome dell'indice.
 - isUnique  Boolean
 - Indice unico o no.
 - isCLustered  Boolean
 - Indice di tipo cluster o no.
 
Vedi anche