PartitionScheme コンストラクター (Database, String)
PartitionScheme クラスの新しいインスタンスを初期化して、パーティション構成の名前とパーティション構成が属するデータベースを設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
database As Database, _
name As String _
)
'使用
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
)
パラメーター
- database
型: Microsoft.SqlServer.Management.Smo.Database
パーティション構成を作成するデータベースを示す Database オブジェクトです。
- name
型: System.String
パーティション構成の名前を示す String 値です。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間