共用方式為


Index 建構函式

Initializes a new instance of the Index class.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New
'用途
Dim instance As New Index()
public Index()
public:
Index()
new : unit -> Index
public function Index()

備註

預設建構函式會初始化任何欄位至其預設值。

範例

建立、改變和移除索引

請參閱

參考

Index 類別

Index 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

索引

CREATE INDEX (Transact-SQL)