PartitionFunctionParameter Constructor (PartitionFunction, DataType)
Initializes a new instance of the PartitionFunctionParameter class with the specified data type and for the specified partition function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
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
)
Parameters
- 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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also