Condividi tramite


Interfaccia IMutableColumn

Represents a mutable SQL Server column. 

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IMutableColumn _
    Inherits IColumn, IMutableScalar, IScalar, IMutableMetadataObject,  _
    IMetadataObject
'Utilizzo
Dim instance As IMutableColumn
public interface IMutableColumn : IColumn, 
    IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
public interface class IMutableColumn : IColumn, 
    IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
type IMutableColumn =  
    interface
        interface IColumn
        interface IMutableScalar
        interface IScalar
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableColumn extends IColumn, IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject

Nel tipo IMutableColumn sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Collation Gets the ICollation object that identifies the collation used by the column. Ereditato da IColumn.
Proprietà pubblica Collation Gets or sets the ICollation object that identifies the collation used by the column.
Proprietà pubblica ComputedColumnInfo Gets the ComputedColumnInfo object that provides the computed column specification. Ereditato da IColumn.
Proprietà pubblica ComputedColumnInfo Gets or sets the ComputedColumnInfo object that provides the computed column specification.
Proprietà pubblica DataType Gets or sets the scalar data type. Ereditato da IMutableScalar.
Proprietà pubblica DataType Gets the scalar data type. Ereditato da IScalar.
Proprietà pubblica DefaultValue Gets the IDefaultConstraint object that specifies the column default value. Ereditato da IColumn.
Proprietà pubblica DefaultValue Gets or sets the IDefaultConstraint object that specifies the column default value.
Proprietà pubblica IdentityColumnInfo Gets the IdentityColumnInfo object that provides the column identity specification. Ereditato da IColumn.
Proprietà pubblica IdentityColumnInfo Gets or sets the IdentityColumnInfo object that provides the column identity specification.
Proprietà pubblica InPrimaryKey Gets a value that indicates whether the column is included in the definition of a PRIMARY KEY or UNIQUE constraint. Ereditato da IColumn.
Proprietà pubblica InPrimaryKey Gets or sets a value that indicates whether the column is included in the definition of a PRIMARY KEY or UNIQUE constraint.
Proprietà pubblica IsColumnSet Gets a Boolean value that specifies whether the column is a sparse column that is a member of a column set. Ereditato da IColumn.
Proprietà pubblica IsColumnSet Gets or sets a Boolean value that specifies whether the column is a sparse column that is a member of a column set.
Proprietà pubblica IsSparse Gets a Boolean value that specifies whether the column is a sparse column. Ereditato da IColumn.
Proprietà pubblica IsSparse Gets or sets a Boolean value that specifies whether the column is a sparse column.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica Nullable A value that specifies whether an object is nullable. Ereditato da IMutableScalar.
Proprietà pubblica Nullable Gets a Boolean value that indicates whether the scalar object is nullable. Ereditato da IScalar.
Proprietà pubblica Parent Gets the ITabular object that is the parent of this object. Ereditato da IColumn.
Proprietà pubblica RowGuidCol Gets a value that indicates whether the column is automatically updated with a unique GUID value. Ereditato da IColumn.
Proprietà pubblica RowGuidCol Gets or sets a value that indicates whether the column is automatically updated with a unique GUID value.
Proprietà pubblica ScalarType Gets the scalar type. Ereditato da IScalar.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject.

In alto