Свойство AlterAssemblyStatement.IsDropAll

Gets or sets a value that indicates whether the DROP FILE ALL clause was specified.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsDropAll As Boolean 
    Get 
    Set
'Применение
Dim instance As AlterAssemblyStatement 
Dim value As Boolean 

value = instance.IsDropAll

instance.IsDropAll = value
public bool IsDropAll { get; set; }
public:
property bool IsDropAll {
    bool get ();
    void set (bool value);
}
member IsDropAll : bool with get, set
function get IsDropAll () : boolean 
function set IsDropAll (value : boolean)

Значение свойства

Тип: System.Boolean
true if DROP FILE ALL clause was specified; otherwise, false.

См. также

Справочник

AlterAssemblyStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom