Partilhar via


Propriedade CreatePartitionSchemeStatement.PartitionFunction

Obtém ou define o nome da função de partiçã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 PartitionFunction As Identifier
    Get
    Set
public Identifier PartitionFunction { get; set; }
public:
property Identifier^ PartitionFunction {
    Identifier^ get ();
    void set (Identifier^ value);
}
member PartitionFunction : Identifier with get, set
function get PartitionFunction () : Identifier
function set PartitionFunction (value : Identifier)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

Segurança do .NET Framework

Consulte também

Referência

CreatePartitionSchemeStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql