Condividi tramite


Costruttore PartitionFunctionParameter (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 _
)
'Utilizzo
Dim partitionFunction As PartitionFunction 
Dim dataType As DataType 

Dim instance As New PartitionFunctionParameter(partitionFunction, _
    dataType)
public PartitionFunctionParameter(
    PartitionFunction partitionFunction,
    DataType dataType
)
public:
PartitionFunctionParameter(
    PartitionFunction^ partitionFunction, 
    DataType^ dataType
)
new : 
        partitionFunction:PartitionFunction * 
        dataType:DataType -> PartitionFunctionParameter
public function PartitionFunctionParameter(
    partitionFunction : PartitionFunction, 
    dataType : DataType
)

Parametri

Esempi

Utilizzo di filegroup e file per archiviare dati

Vedere anche

Riferimento

PartitionFunctionParameter Classe

Overload PartitionFunctionParameter

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE PARTITION FUNCTION (Transact-SQL)