Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the DROP SCHEMA behavior value.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Property DropBehavior As DropSchemaBehavior
Get
Set
'Utilisation
Dim instance As DropSchemaStatement
Dim value As DropSchemaBehavior
value = instance.DropBehavior
instance.DropBehavior = value
public DropSchemaBehavior DropBehavior { get; set; }
public:
property DropSchemaBehavior DropBehavior {
DropSchemaBehavior get ();
void set (DropSchemaBehavior value);
}
member DropBehavior : DropSchemaBehavior with get, set
function get DropBehavior () : DropSchemaBehavior
function set DropBehavior (value : DropSchemaBehavior)
Valeur de propriété
Type : Microsoft.SqlServer.TransactSql.ScriptDom.DropSchemaBehavior
The DROP SCHEMA behavior value.