DataType Constructor (UserDefinedDataType)
Initializes a new instance of the DataType class based on a specified user-defined data type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
userDefinedDataType As UserDefinedDataType _
)
public DataType (
UserDefinedDataType userDefinedDataType
)
public:
DataType (
UserDefinedDataType^ userDefinedDataType
)
public DataType (
UserDefinedDataType userDefinedDataType
)
public function DataType (
userDefinedDataType : UserDefinedDataType
)
Parameters
- userDefinedDataType
A UserDefinedDataTypeCollection object variable that specifies a user-defined data type.
Remarks
A user-defined data type is a type based on SQL Server data types.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.