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.