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 (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- 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.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Exemple
How to: Set Up a Partition Scheme for a Table in Visual Basic .NET
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
PartitionFunctionParameter Class
PartitionFunctionParameter Members
Microsoft.SqlServer.Management.Smo Namespace
Autres ressources
Using Table and Index Partitioning
CREATE PARTITION FUNCTION (Transact-SQL)