Construtor PartitionFunctionParameter (PartitionFunction)
Initializes a new instance of the PartitionFunctionParameter class for the specified partition function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New ( _
partitionFunction As PartitionFunction _
)
'Uso
Dim partitionFunction As PartitionFunction
Dim instance As New PartitionFunctionParameter(partitionFunction)
public PartitionFunctionParameter(
PartitionFunction partitionFunction
)
public:
PartitionFunctionParameter(
PartitionFunction^ partitionFunction
)
new :
partitionFunction:PartitionFunction -> PartitionFunctionParameter
public function PartitionFunctionParameter(
partitionFunction : PartitionFunction
)
Parâmetros
- partitionFunction
Tipo: Microsoft.SqlServer.Management.Smo.PartitionFunction
A PartitionFunction object that specifies the partition function for which to create the partition function parameter.
Exemplos
Usando grupos de arquivos e arquivos para armazenar dados
Consulte também
Referência
PartitionFunctionParameter Classe
Sobrecarregado PartitionFunctionParameter
Namespace Microsoft.SqlServer.Management.Smo