IndicesAttribute Constructors
Specifies the properties that affect the creation of non-unique database indices.| Name | Parameters | Description |
|---|---|---|
| IndicesAttribute() | none | Initializes a new instance of IndicesAttribute without specifying any indices. |
| IndicesAttribute(String, String, String) | index1, index2, index3 | Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of three database indices. |
| IndicesAttribute(String, String) | index1, index2 | Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of two database indices. |
| IndicesAttribute(String) | index | Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of a database index. |
| IndicesAttribute(String[]) | indices | Initializes a new instance of IndicesAttribute, and specifies the properties participating in the creation of several database indices. |
See Also