ColumnConfigAnnotation Class
Represents configuration settings for a column in a data generation plan.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ModelAnnotation
Microsoft.Data.Schema.Tools.DataGenerator.ColumnConfigAnnotation
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public NotInheritable Class ColumnConfigAnnotation _
Inherits ModelAnnotation
public sealed class ColumnConfigAnnotation : ModelAnnotation
public ref class ColumnConfigAnnotation sealed : public ModelAnnotation
[<Sealed>]
type ColumnConfigAnnotation =
class
inherit ModelAnnotation
end
public final class ColumnConfigAnnotation extends ModelAnnotation
The ColumnConfigAnnotation type exposes the following members.
Properties
Name | Description | |
---|---|---|
AcceptsNullValues | Gets a value that indicates whether the column can accept nulla null reference (Nothing in Visual Basic) values. | |
AnnotationClass | Gets the metadata object that describes this instance. (Inherited from ModelAnnotation.) | |
CanBePopulated | Gets a value that indicates whether the column can be populated with data. | |
GeneratorExtensionHandleXml | Gets or sets the extension handle string. | |
HasDefaultValue | Gets a value that indicates whether the column has a default value. | |
IsAttachedToStore | Gets a value that indicates whether the annotation is attached to a ModelStore. (Inherited from ModelAnnotation.) | |
IsPartOfForeignKey | Gets a value that indicates whether the column is part of a foreign key. | |
IsPartOfPrimaryKey | Gets a value that indicates whether the column is part of the primary key. | |
IsPartOfUniqueConstraint | Gets a value that indicates whether the column is part of a unique constraint. | |
Model | Gets or sets the ModelStore. (Inherited from ModelAnnotation.) | |
Name | Gets or sets the annotation name. (Inherited from ModelAnnotation.) | |
OutputKey | Gets or sets an output key. | |
Seed | Gets or sets the seed value that is specified when an identity column in a table or a view that has an identity column is created. | |
Selected | Returns a value that indicates whether the column is selected. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes this instance from the schema model. (Inherited from ModelAnnotation.) | |
Equals | Returns a value that indicates whether a provided object is equal to the current object. (Inherited from ModelAnnotation.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetElements | Returns a list of elements in this instance. (Inherited from ModelAnnotation.) | |
GetHashCode | Not required. (Inherited from ModelAnnotation.) | |
GetProperty<TProperty> | Retrieves a specified property. (Inherited from ModelAnnotation.) | |
GetRelationshipEntries | Returns the relationship entries to which this annotation is attached. (Inherited from ModelAnnotation.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsDeleted | Returns a value that indicates whether this instance has been deleted. (Inherited from ModelAnnotation.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetProperty<TProperty> | Sets the value of the provided property. (Inherited from ModelAnnotation.) | |
ToString | Returns a string that represents the current object. (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.