DataType 建構函式 (UserDefinedDataType)
Initializes a new instance of the DataType class based on a specified user-defined data type.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub New ( _
userDefinedDataType As UserDefinedDataType _
)
'用途
Dim userDefinedDataType As UserDefinedDataType
Dim instance As New DataType(userDefinedDataType)
public DataType(
UserDefinedDataType userDefinedDataType
)
public:
DataType(
UserDefinedDataType^ userDefinedDataType
)
new :
userDefinedDataType:UserDefinedDataType -> DataType
public function DataType(
userDefinedDataType : UserDefinedDataType
)
參數
- userDefinedDataType
型別:Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedDataType
A UserDefinedDataTypeCollection object variable that specifies a user-defined data type.
備註
A user-defined data type is a type based on SQL Server data types.