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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CreatePartitionSchemeStatement Class