Constructeur DataType (UserDefinedDataType)
Initializes a new instance of the DataType class based on a specified user-defined data type.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
userDefinedDataType As UserDefinedDataType _
)
'Utilisation
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
)
Paramètres
- userDefinedDataType
Type : Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedDataType
A UserDefinedDataTypeCollection object variable that specifies a user-defined data type.
Notes
A user-defined data type is a type based on SQL Server data types.
Voir aussi