DataType Constructor (UserDefinedType)
Initializes a new instance of the DataType class based on a specified user-defined type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
userDefinedType As UserDefinedType _
)
public DataType (
UserDefinedType userDefinedType
)
public:
DataType (
UserDefinedType^ userDefinedType
)
public DataType (
UserDefinedType userDefinedType
)
public function DataType (
userDefinedType : UserDefinedType
)
Parameters
- userDefinedType
A UserDefinedType object variable that specifies a user-defined type.
Remarks
A user-defined type is a type based on Microsoft .NET Framework 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.