IColumn Interface
Namespace: Microsoft.Data.Tools.Model.Relational
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Interface IColumn _
Inherits IReferenceableModelObject, IModelElement, IModelObject
'Usage
Dim instance As IColumn
public interface IColumn : IReferenceableModelObject,
IModelElement, IModelObject
public interface class IColumn : IReferenceableModelObject,
IModelElement, IModelObject
type IColumn =
interface
interface IReferenceableModelObject
interface IModelElement
interface IModelObject
end
public interface IColumn extends IReferenceableModelObject, IModelElement, IModelObject
The IColumn type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChildNodes | Returns the contained model objects of this model object that are immediate children of it, i.e. they are values of one of this object's properties. (Inherited from IModelObject.) | |
DataType | Gets {insert text here}. | |
Identifier | Gets {insert text here}. (Inherited from IReferenceableModelObject.) | |
Model | Gets {insert text here}. (Inherited from IModelObject.) | |
Name | Gets {insert text here}. (Inherited from IReferenceableModelObject.) | |
Nullable | Gets {insert text here}. | |
ParentNode | Returns the parent model object that contains this node (null for the root of the model object tree) (Inherited from IModelObject.) | |
Primary | Gets {insert text here}. | |
Table | Gets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
CreateScript | (Inherited from IModelObject.) | |
Delete | Removes this IModelObject from the model. (Inherited from IModelElement.) | |
GetReferencesToObject | (Inherited from IReferenceableModelObject.) |
Top
Extension Methods
Name | Description | |
---|---|---|
AddAnnotation | (Defined by ModelExtensions.) | |
GetAncestor< (Of < <' (T> ) > > ) | (Defined by ModelExtensions.) | |
TryGetAnnotation | (Defined by ModelExtensions.) |
Top