Compartir a través de


CreatePartitionSchemeStatement.IsAll Propiedad

Gets or sets whether the ALL option is specified.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property IsAll As Boolean 
    Get 
    Set
'Uso
Dim instance As CreatePartitionSchemeStatement 
Dim value As Boolean 

value = instance.IsAll

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

Valor de la propiedad

Tipo: System.Boolean
true , if ALL option was specified; otherwise, false.

Vea también

Referencia

CreatePartitionSchemeStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom