Share via


AlterPartitionFunctionStatement.IsSplit Property

Gets or sets whether a function statement is splitting a 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
public bool IsSplit { get; set; }
public:
property bool IsSplit {
    bool get ();
    void set (bool value);
}
member IsSplit : bool with get, set
function get IsSplit () : boolean
function set IsSplit (value : boolean)

Property Value

Type: System.Boolean
Returns true if splitting a range, false if merging ranges.

.NET Framework Security

See Also

Reference

AlterPartitionFunctionStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace