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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.