Méthode UserDefinedDataType.Drop

Removes the user-defined data type from the instance of Microsoft SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Drop
'Utilisation
Dim instance As UserDefinedDataType

instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit  
override Drop : unit -> unit
public final function Drop()

Implémente

IDroppable.Drop()

Exemples

Octroi, révocation et refus d'autorisations

Voir aussi

Référence

UserDefinedDataType Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Types de données (Moteur de base de données)

CREATE TYPE (Transact-SQL)

DROP TYPE (Transact-SQL)