PartitionFunctionParameter Constructor (PartitionFunction)

Initializes a new instance of the PartitionFunctionParameter class for the specified partition function.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    partitionFunction As PartitionFunction _
)
public PartitionFunctionParameter (
    PartitionFunction partitionFunction
)
public:
PartitionFunctionParameter (
    PartitionFunction^ partitionFunction
)
public PartitionFunctionParameter (
    PartitionFunction partitionFunction
)
public function PartitionFunctionParameter (
    partitionFunction : PartitionFunction
)

Параметры

  • partitionFunction
    A PartitionFunction object that specifies the partition function for which to create the partition function parameter.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

How to: Set Up a Partition Scheme for a Table in Visual Basic .NET

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

PartitionFunctionParameter Class
PartitionFunctionParameter Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Using Table and Index Partitioning
CREATE PARTITION FUNCTION (Transact-SQL)