Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the PartitionFunctionParameter class with the specified data type and for the specified partition function.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
partitionFunction As PartitionFunction, _
dataType As DataType _
)
'Utilisation
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
)
Paramètres
- partitionFunction
Type : Microsoft.SqlServer.Management.Smo.PartitionFunction
A PartitionFunction object that specifies the partition function for which to create the partition function parameter.
- dataType
Type : Microsoft.SqlServer.Management.Smo.DataType
A DataType object that specifies the data type assigned to the partition function parameter.
Exemples
Utilisation de fichiers ou de groupes de fichiers pour stocker des données
Voir aussi
Référence
PartitionFunctionParameter Classe
Surcharge PartitionFunctionParameter
Espace de noms Microsoft.SqlServer.Management.Smo