AlterPartitionFunctionStatement.IsSplit Property
Gets or sets whether function statement is splitting range.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IsSplit As Boolean
'Usage
Dim instance As AlterPartitionFunctionStatement
Dim value As Boolean
value = instance.IsSplit
instance.IsSplit = value
public bool IsSplit { get; set; }
public:
property bool IsSplit {
bool get ();
void set (bool value);
}
public function get IsSplit () : boolean
public function set IsSplit (value : boolean)
Property Value
Type: System.Boolean
Returns TRUE if splitting range, FALSE if merging ranges.
.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
AlterPartitionFunctionStatement Class