ISql100SimpleColumn Members

Include Protected Members
Include Inherited Members

Represents a Sql100 simple column.

The ISql100SimpleColumn type exposes the following members.

Methods

  Name Description
Public method AddAnnotation Adds an annotation. (Inherited from IModelAnnotationHolder.)
Public method Delete Deletes this instance from the model. (Inherited from IModelElement.)
Public method GetAnnotations Overloaded. Returns all attached annotations.
Public method GetAnnotations<TType> Overloaded.
Public method GetComposingChildren Returns a list of composing children for this element. (Inherited from IModelElement.)
Public method GetDefaultsRelationship Gets the default relationships collection. (Inherited from ISqlColumn.)
Public method GetExtendedPropertiesRelationship Returns an extended properties relationship collection. (Inherited from IExtendedPropertyHost.)
Public method GetHierarchicalChildren Returns a list of hierarchical children for this element. (Inherited from IModelElement.)
Public method GetOwnerInfo Returns information about the element owner. (Inherited from IModelElement.)
Public method GetParentRelationship Returns the parent relationship. (Inherited from IColumn.)
Public method GetPermissionsRelationship Gets a permissions relationship collection. (Inherited from ISqlSecurable.)
Public method GetProperty<TProperty> Gets the specified property. (Inherited from IModelPropertyContainer.)
Public method GetReferencingForeignKeyRelationship Gets the reference foreign key relationships collection. (Inherited from ISqlColumn.)
Public method GetRelatedDanglingRelationshipEntries Returns a list of the dangling relationship entries, where this element is on the left side. (Inherited from IModelElement.)
Public method GetRelatedElements Returns a list of the elements that are in a relationship with this element, where this element is on the left side. (Inherited from IModelElement.)
Public method GetRelatedRelationshipEntries Returns a list of the relationship entries, where this element is on the left side. (Inherited from IModelElement.)
Public method GetRelatingElements Returns a list of the elements that are in a relationship with this element, where this element is on the right side. (Inherited from IModelElement.)
Public method GetRelatingRelationshipEntries Returns a list of the relationship entries, where this element is on the right side. (Inherited from IModelElement.)
Public method GetRelationship Returns the asked relationship. (Inherited from IModelElement.)
Public method GetRelationship<TRelating, TRelated> Returns the asked relationship. (Inherited from IModelElement.)
Public method GetRelationshipEntrySources Returns the list of relationship entry sources for a relationship entry. (Inherited from IScriptSourcedElement.)
Public method GetRelationships Returns a list of the relationships of this element. (Inherited from IModelElement.)
Public method GetRulesDefaultsRelationship Gets rule default relationships. (Inherited from ISqlLegacyDataConstraintTarget.)
Public method GetTypeSpecifierRelationship Returns the type specifier relationship. (Inherited from IColumn.)
Public method IsDeleted Specifies whether the object is deleted. (Inherited from IModelElement.)
Public method IsExternal Specifies whether the object is external. (Inherited from IModelElement.)
Public method RemoveAnnotation Removes an annotation. (Inherited from IModelAnnotationHolder.)
Public method SetProperty<TProperty> Sets the specified property. (Inherited from IModelPropertyContainer.)

Top

Properties

  Name Description
Public property Collation Gets or sets the collation string. (Inherited from ISqlSimpleColumn.)
Public property Defaults Gets a list of defaults. (Inherited from ISqlColumn.)
Public property ElementClass Gets the metadata class. (Inherited from IModelElement.)
Public property ElementSource Gets the element source for an element. (Inherited from IScriptSourcedElement.)
Public property ExtendedProperties Gets a list of extended properties. (Inherited from IExtendedPropertyHost.)
Public property IdentityIncrement Gets or sets the identity increment. (Inherited from ISqlSimpleColumn.)
Public property IdentityIsNotForReplication Gets or sets whether identity is not for replication. (Inherited from ISqlSimpleColumn.)
Public property IdentitySeed Gets or sets the identity seed value. (Inherited from ISqlSimpleColumn.)
Public property IsFileStream Gets or sets whether the column is file stream.
Public property IsIdentity Gets or sets whether this is an identity column. (Inherited from ISqlSimpleColumn.)
Public property IsNullable Gets or sets whether the column can have a null value. (Inherited from ISqlSimpleColumn.)
Public property IsRowGuidColumn Gets or sets whether the column is used as the GUID for rows in a table. (Inherited from ISqlSimpleColumn.)
Public property IsSparse Gets or sets whether the column is sparse.
Public property Model Gets the model reference. (Inherited from IModelEntity.)
Public property Name Gets or sets the name of the IModelElement. (Inherited from IModelElement.)
Public property Parent Overloaded.
Public property Permissions Gets a list of permissions. (Inherited from ISqlSecurable.)
Public property ReferencingForeignKey Gets a list of foreign key constraints. (Inherited from ISqlColumn.)
Public property ResolutionStatus Gets or sets the value of the model element resolution status. (Inherited from IModelElement.)
Public property RulesDefaults Gets a list of rule defaults. (Inherited from ISqlLegacyDataConstraintTarget.)
Public property TypeSpecifier Overloaded.
Public property ValidationStatus Gets or sets the value of the model element validation status. (Inherited from IModelElement.)

Top

See Also

Reference

ISql100SimpleColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace