DropSchemaStatement.DropBehavior 属性
Gets or sets the DROP SCHEMA behavior value.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property DropBehavior As DropSchemaBehavior
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.DropSchemaBehavior
The DROP SCHEMA behavior value.