Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the PartitionFunctionParameter class for the specified partition function.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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.
Ejemplos
Utilizar grupos de archivos y archivos para almacenar datos
Vea también
Referencia
PartitionFunctionParameter Clase
Sobrecarga de PartitionFunctionParameter
Espacio de nombres Microsoft.SqlServer.Management.Smo