Свойство CloseSymmetricKeyStatement.All

Gets or sets a value that indicates whether ALL option is used.

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

Синтаксис

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

value = instance.All

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

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

Тип: System.Boolean
true if ALL option is used; otherwise, false.

См. также

Справочник

CloseSymmetricKeyStatement Класс

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