Column Class
Represents a column within a database.
Inheritance Hierarchy
System.Object
Microsoft.Web.Management.DatabaseManager.Column
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Class Column
'Usage
Dim instance As Column
public class Column
public ref class Column
public class Column
The Column type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Column | Creates a new instance of the Column class. |
Top
Properties
Name | Description | |
---|---|---|
AllowNulls | Gets or sets a value that indicates whether the database column allows nulla null reference (Nothing in Visual Basic) values. | |
Changes | Gets or sets the flags that indicate which changes are pending for the database column. | |
DefaultValue | Gets or sets the default value for the database column. | |
InPrimaryKey | Gets or sets a value that indicates whether the database column is in the primary key. | |
IsIdentity | Gets or sets a value that indicates whether the database column is an identity column. | |
IsMarkedForDelete | Gets or sets a value that indicates whether the database column is marked for deletion. | |
IsNew | Gets or sets a value that indicates whether the database column is new. | |
Length | Gets or sets a value that specifies the length of the database column. | |
Name | Gets or sets a value that specifies the name of the database column. | |
OriginalName | Gets or sets a value that specifies the original name of the database column. | |
Precision | Gets or sets a value that specifies the numeric precision of the database column. | |
Scale | Gets or sets a value that specifies the numeric scale of the database column. | |
Tag | Returns a generic object that is stored in the Column class. | |
TypeInfo | Retrieves the type information for a column. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasChanges | Retrieves whether the column has specific changes. | |
MemberwiseClone | (Inherited from Object.) | |
SetColumnIsInPrimaryKey | Specifies the database column as part of the primary key. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.