Compartir a través de


CreatePartitionSchemeStatement.PartitionFunction (Propiedad)

Obtiene o establece el nombre de función de partición.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

CreatePartitionSchemeStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)