Dela via


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

See Also

Reference

AlterPartitionFunctionStatement Class

AlterPartitionFunctionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace