Compartir a través de


DataType Constructor (UserDefinedDataType)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    userDefinedDataType As UserDefinedDataType _
)
'Uso
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
)

Parámetros

Comentarios

A user-defined data type is a type based on SQL Server data types.