PartitionScheme Constructor (Database, String)
Initializes a new instance of the PartitionScheme class, and sets the name of the partition scheme and the database to which it belongs.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
database As Database, _
name As String _
)
public PartitionScheme (
Database database,
string name
)
public:
PartitionScheme (
Database^ database,
String^ name
)
public PartitionScheme (
Database database,
String name
)
public function PartitionScheme (
database : Database,
name : String
)
Parameters
- database
A Database object that specifies the database on which to create the partition scheme.
- name
A String value that specifies the name of the partition scheme.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also