Creates a new instance of the MemberColumnSchema object.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public MemberColumnSchema( ColumnSchema memberColumn, ExtendedProperty[] extendedProperties ) |
| Visual Basic |
|---|
Public Sub New ( memberColumn As ColumnSchema, extendedProperties As ExtendedProperty() ) |
Parameters
- memberColumn
- Type: SchemaExplorer..::..ColumnSchema
The column that is member column refers to.
- extendedProperties
- Type: array<SchemaExplorer..::..ExtendedProperty>[]()[][]
The array of extended properties for the member column.