UserDefinedTableType Properties
SQL Server 2012
The UserDefinedTableType type exposes the following members.
| Name | Description | |
|---|---|---|
|
Checks | Gets the checks collection. |
|
Collation | Get the table collation. |
|
Columns | Gets a column collection. (Inherited from TableViewTableTypeBase.) |
|
CreateDate | Gets the table create date. |
|
DateLastModified | Gets the last modified date for the table. |
|
ExtendedProperties | Gets an extended property collection. (Inherited from TableViewTableTypeBase.) |
|
ID | Gets an ID value that uniquely identifies the user-defined table type. |
|
Indexes | Gets an index collection. (Inherited from TableViewTableTypeBase.) |
|
IsSchemaOwned | Gets a Boolean value that indicates whether the UserDefinedTableType object is owned by a schema. |
|
IsUserDefined | Gets or sets a value that indicates whether the table is user defined. |
|
MaxLength | Gets the maximum length in bytes for a column in the table. |
|
Name | Gets or sets a String which contains the name of the instance. (Overrides TableViewTableTypeBase.Name.) |
|
Nullable | Specifies whether the table is nullable. |
|
Owner | Gets the name of the owner of the UserDefinedTableType object. |
|
Parent | Gets or sets the Database object that is the parent of the UserDefinedTableType object. |
|
Properties | Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.) |
|
Schema | Gets or sets a String which contains the name of the Schema which owns the UserDefinedTableType. (Overrides TableViewTableTypeBase.Schema.) |
|
State | Gets the state of the referenced object. (Inherited from SmoObjectBase.) |
|
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Inherited from SqlSmoObject.) |
|
UserData | Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.) |
| Name | Description | |
|---|---|---|
|
ISfcSupportsDesignMode.IsDesignMode | Gets a value that indicates whether UserDefinedTableType the object supports design mode. |
