Dela via


CreatePartitionSchemeStatement.IsAll Property

Gets or sets whether ALL option is specified.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsAll As Boolean
'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);
}
public function get IsAll () : boolean 
public function set IsAll (value : boolean)

Property Value

Type: System.Boolean
Returns TRUE if ALL option was specified, FALSE otherwise.

.NET Framework Security

See Also

Reference

CreatePartitionSchemeStatement Class

CreatePartitionSchemeStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace