DataType-Konstruktor (UserDefinedTableType)
Initializes a new instance of the DataType class based on a specified user-defined table type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
userDefinedTableType As UserDefinedTableType _
)
'Usage
Dim userDefinedTableType As UserDefinedTableType
Dim instance As New DataType(userDefinedTableType)
public DataType(
UserDefinedTableType userDefinedTableType
)
public:
DataType(
UserDefinedTableType^ userDefinedTableType
)
new :
userDefinedTableType:UserDefinedTableType -> DataType
public function DataType(
userDefinedTableType : UserDefinedTableType
)
Parameter
- userDefinedTableType
Typ: Microsoft.SqlServer.Management.Smo.UserDefinedTableType
A UserDefinedTableType object variable that specifies a user-defined type.