Condividi tramite


PartitionFunctionParameter Constructor (PartitionFunction, DataType)

Initializes a new instance of the PartitionFunctionParameter class with the specified data type and for the specified partition function.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    partitionFunction As PartitionFunction, _
    dataType As DataType _
)
public PartitionFunctionParameter (
    PartitionFunction partitionFunction,
    DataType dataType
)
public:
PartitionFunctionParameter (
    PartitionFunction^ partitionFunction, 
    DataType^ dataType
)
public PartitionFunctionParameter (
    PartitionFunction partitionFunction, 
    DataType dataType
)
public function PartitionFunctionParameter (
    partitionFunction : PartitionFunction, 
    dataType : DataType
)

Parametri

  • partitionFunction
    A PartitionFunction object that specifies the partition function for which to create the partition function parameter.
  • dataType
    A DataType object that specifies the data type assigned to the partition function parameter.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

How to: Set Up a Partition Scheme for a Table in Visual Basic .NET

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

PartitionFunctionParameter Class
PartitionFunctionParameter Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Using Table and Index Partitioning
CREATE PARTITION FUNCTION (Transact-SQL)