共用方式為


DataType 建構函式 (UserDefinedTableType)

Initializes a new instance of the DataType class based on a specified user-defined table type.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New ( _
    userDefinedTableType As UserDefinedTableType _
)
'用途
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
)

參數

範例

使用資料類型

請參閱

參考

DataType 類別

DataType 多載

Microsoft.SqlServer.Management.Smo 命名空間