Create méthode
Creates a user-defined table type type on the instance of Microsoft SQL Server as defined by the UserDefinedType object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Create
'Utilisation
Dim instance As UserDefinedTableType
instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit
override Create : unit -> unit
public final function Create()