Share via


CreatePartitionSchemeStatement.IsAll Property

Gets or sets whether the ALL option is specified.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property IsAll As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

CreatePartitionSchemeStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace