PartitionSchemeParameter Constructor (SqlSmoObject, String)

Initializes a new instance of the PartitionSchemeParameter class for the specified object with the specified name.

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

Синтаксис

'Декларация
Public Sub New ( _
    parent As SqlSmoObject, _
    name As String _
)
public PartitionSchemeParameter (
    SqlSmoObject parent,
    string name
)
public:
PartitionSchemeParameter (
    SqlSmoObject^ parent, 
    String^ name
)
public PartitionSchemeParameter (
    SqlSmoObject parent, 
    String name
)
public function PartitionSchemeParameter (
    parent : SqlSmoObject, 
    name : String
)

Параметры

  • parent
    A SqlSmoObject that specifies the object for which to create the partition scheme parameter.
  • name
    A String value that specifies the name of the partition scheme 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.

См. также

Справочник

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

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

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