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