IColumn Interface
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.
public interface IColumn : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalar
type IColumn = interface
interface IScalar
interface IMetadataObject
Public Interface IColumn
Implements IScalar
- Derived
- Implements
Properties
| Collation | |
| ComputedColumnInfo | |
| DataType | (Inherited from IScalar) |
| DefaultValue | |
| IdentityColumnInfo | |
| InPrimaryKey | |
| IsColumnSet | |
| IsGeneratedAlwaysAsRowEnd | |
| IsGeneratedAlwaysAsRowStart | |
| IsSparse | |
| Name | (Inherited from IMetadataObject) |
| Nullable | (Inherited from IScalar) |
| Parent | |
| RowGuidCol | |
| ScalarType | (Inherited from IScalar) |
Methods
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Extension Methods
| TypeInfo(IMetadataObject) |