Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Sub New ( _
partitionFunction As PartitionFunction, _
dataType As DataType _
)
'Usage
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
)
Parameter
- partitionFunction
Typ: Microsoft.SqlServer.Management.Smo.PartitionFunction
A PartitionFunction object that specifies the partition function for which to create the partition function parameter.
- dataType
Typ: Microsoft.SqlServer.Management.Smo.DataType
A DataType object that specifies the data type assigned to the partition function parameter.
Beispiele
Verwenden von Dateigruppen und Dateien zur Speicherung von Daten
Siehe auch
Verweis
PartitionFunctionParameter Klasse
PartitionFunctionParameter-Überladung
Microsoft.SqlServer.Management.Smo-Namespace