UserDefinedTableType Constructor
Initializes a new instance of the UserDefinedTableType class.
Overload List
| Name | Description |
|---|---|
| UserDefinedTableType () |
Initializes a new instance of the UserDefinedTableType class.
|
| UserDefinedTableType (Database, String) |
Initializes a new instance of the UserDefinedTableType class on the specified database and with the specified name.
|
| UserDefinedTableType (Database, String, String) |
Initializes a new instance of the UserDefinedTableType class on the specified database and with the specified name and schema.
|
See Also