Initializes a new instance of the IndexSchema class
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public IndexSchema( TableSchema table, string name, bool isPrimaryKey, bool isUnique, bool isClustered ) |
Visual Basic |
---|
Public Sub New ( table As TableSchema, name As String, isPrimaryKey As Boolean, isUnique As Boolean, isClustered As Boolean ) |
Parameters
- table
- Type: SchemaExplorer..::..TableSchema
- name
- Type: System..::..String
- isPrimaryKey
- Type: System..::..Boolean
- isUnique
- Type: System..::..Boolean
- isClustered
- Type: System..::..Boolean