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
'Bildirim
Public Sub New ( _
userDefinedType As UserDefinedType _
)
'Kullanım
Dim userDefinedType As UserDefinedType
Dim instance As New DataType(userDefinedType)
public DataType(
UserDefinedType userDefinedType
)
public:
DataType(
UserDefinedType^ userDefinedType
)
new :
userDefinedType:UserDefinedType -> DataType
public function DataType(
userDefinedType : UserDefinedType
)
Parameters
- userDefinedType
Type: Microsoft.SqlServer.Management.Smo.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.