Index コンストラクター (SqlSmoObject, String)

指定した親オブジェクトで、指定した名前を使用して、Index クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New ( _
    parent As SqlSmoObject, _
    name As String _
)
'使用
Dim parent As SqlSmoObject 
Dim name As String 

Dim instance As New Index(parent, _
    name)
public Index(
    SqlSmoObject parent,
    string name
)
public:
Index(
    SqlSmoObject^ parent, 
    String^ name
)
new : 
        parent:SqlSmoObject * 
        name:string -> Index
public function Index(
    parent : SqlSmoObject, 
    name : String
)

パラメーター

使用例

インデックスの作成、変更、および削除

関連項目

参照

Index クラス

Index オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

インデックス

CREATE INDEX (Transact-SQL)