Propriedade AlterPartitionFunctionStatement.IsSplit

Obtém ou define se um intervalo de divisão de uma instrução de função.

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

Sintaxe

'Declaração
Public Property IsSplit As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se a divisão de um intervalo, false se estiver mesclando intervalos.

Segurança do .NET Framework

Consulte também

Referência

AlterPartitionFunctionStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql