IndexedColumn コンストラクター (Index, String)
指定したインデックスで、指定した名前を使用して IndexedColumn クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
index As Index, _
name As String _
)
'使用
Dim index As Index
Dim name As String
Dim instance As New IndexedColumn(index, name)
public IndexedColumn(
Index index,
string name
)
public:
IndexedColumn(
Index^ index,
String^ name
)
new :
index:Index *
name:string -> IndexedColumn
public function IndexedColumn(
index : Index,
name : String
)
パラメーター
- index
型: Microsoft.SqlServer.Management.Smo. . :: . .Index
インデックス付きの列が関与しているインデックスを示す Index オブジェクトです。
- name
型: System. . :: . .String
列の名前を示す String 値です。