Costruttore QSConnectionIndexProperty
|
Costruttore unico.
Namespace: QSAdoNetAssembly: 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 String
- Nome dell'indice.
- isUnique Boolean
- Indice unico o no.
- isCLustered Boolean
- Indice di tipo cluster o no.
Vedi anche