SchemaDefinition.Column Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
One column of the data view.
public sealed class SchemaDefinition.Column
type SchemaDefinition.Column = class
Public NotInheritable Class SchemaDefinition.Column
- Inheritance
-
SchemaDefinition.Column
Properties
Annotations |
Returns annotations kind and type associated with this column. |
ColumnName |
The name of the column that's created in the data view. If this is null, the API uses the MemberName. |
ColumnType |
The column type. If this is null, the API attempts to derive a type from the member's type. |
MemberName |
The name of the member the column is taken from. The API requires this to not be null, and a valid name of a member of the type for which we are creating a schema. |
Methods
AddAnnotation<T>(String, T, DataViewType) |
Add annotation to the column. |