IColumn Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public interface IColumn : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalar
type IColumn = interface
interface IScalar
interface IMetadataObject
Public Interface IColumn
Implements IScalar
- Derivado
- Implementações
Propriedades
| Nome | Description |
|---|---|
| Collation | |
| ComputedColumnInfo | |
| DataType | (Herdado de IScalar) |
| DefaultValue | |
| IdentityColumnInfo | |
| InPrimaryKey | |
| IsColumnSet | |
| IsGeneratedAlwaysAsRowEnd | |
| IsGeneratedAlwaysAsRowStart | |
| IsSparse | |
| Name | (Herdado de IMetadataObject) |
| Nullable | (Herdado de IScalar) |
| Parent | |
| RowGuidCol | |
| ScalarType | (Herdado de IScalar) |
Métodos
| Nome | Description |
|---|---|
| Accept<T>(IMetadataObjectVisitor<T>) | (Herdado de IMetadataObject) |
Métodos de Extensão
| Nome | Description |
|---|---|
| TypeInfo(IMetadataObject) | |