Partilhar via


Construtor PartitionScheme (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 (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub New ( _
    database As Database, _
    name As String _
)
'Uso
Dim database As Database 
Dim name As String 

Dim instance As New PartitionScheme(database, _
    name)
public PartitionScheme(
    Database database,
    string name
)
public:
PartitionScheme(
    Database^ database, 
    String^ name
)
new : 
        database:Database * 
        name:string -> PartitionScheme
public function PartitionScheme(
    database : Database, 
    name : String
)

Parâmetros

Exemplos

Usando grupos de arquivos e arquivos para armazenar dados

Consulte também

Referência

PartitionScheme Classe

Sobrecarregado PartitionScheme

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE PARTITION SCHEME (Transact-SQL)