See Also

Field Class  | RedGate.SQLCompare.Engine Namespace

See Also RedGate.SQLCompare.Engine Send comments on this topic.

Field Class Members

RedGate.SQLCompare.Engine Namespace : Field Class

Field overview

Public Properties

Public Property AllowNulls True if the field can contain NULL values.
Public Property Collation The collation order of character fields.
Public Property Computed True if the field is computed.
Public Property ComputedText The computed text of the field.
Public Property Default The default that is bound to the field.
Public Property DefaultText The text of the field's default value.
Public Property DefinedSize The length of the field.
Public Property Descending True if the field is part of a descending index.
Public Property DRIDefault The Declarative Referential Integrity (DRI) default.
Public Property FullTextIndexed True if the field is contained in a full-text index.
Public Property FullTextLanguage The language of any full-text index to which the field belongs.
Public Property FullTextTypeColumn The column that holds document type information. This is a SQL Server 2005 feature.
Public Property FullyQualifiedTypeName The name of the fully-qualified field type. For SQL Server 2005, this property contains the schema name.
Public Property Identity True if the field is an identity field.
Public Property IdentityIncrement The identity increment.
Public Property IdentitySeed The identity seed.
Public Property Included The column is in an index, and it is included.
Public Property Name The name of the field.
Public Property NotForReplication True if the field is marked as not for replication.
Public Property ObjectType Returns ObjectType.Field
Public Property Owner The owner of the field. This is undefined.
Public Property Persisted The column is in a calculated column that is persisted.
Public Property Precision The precision of a decimal or numeric data type.
Public Property RowGUIDCol True if the field is a ROWGUIDCOL.
Public Property Rule The rule bound to the field.
Public Property Scale The scale of the field.
Public Property ScriptSourceForDefault The location of the creation script for the default binding of this field if the database source is set to scripts folder.
Public Property ScriptSourceForFullTextColumn The location of the creation script for the fulltext column information for this field if the database source is set to scripts folder.
Public Property ScriptSourceForRule The location of the creation script for the rule binding of this field if the database source is set to scripts folder.
Public Property SqlType The field type.
Public Property TypeName The name of the field type.
Public Property TypeSchemaName The name of the schema for the field's data type.
Public Property XmlDocument The referenced XML document.
Public Property XmlSchemaCollection The referenced XML schema collection.

Public Methods

Public Method Equals Overloaded. Compares the field with a specified field.

See Also

Field Class  | RedGate.SQLCompare.Engine Namespace

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.