共用方式為


Index.Script 方法

Generates a Transact-SQL script that can be used to re-create the index.

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

語法

'宣告
Public Function Script As StringCollection
'用途
Dim instance As Index 
Dim returnValue As StringCollection 

returnValue = instance.Script()
public StringCollection Script()
public:
virtual StringCollection^ Script() sealed
abstract Script : unit -> StringCollection  
override Script : unit -> StringCollection
public final function Script() : StringCollection

傳回值

型別:System.Collections.Specialized.StringCollection
A StringCollection system object value that contains a list of Transact-SQL statements in the script.

實作

IScriptable.Script()

備註

產生的指令碼可能包含未記載的內部程序;完整的指令碼輸出必須包含這些程序。

[!附註]

Indexes based partly on the UserDefinedTableType object do not support this method and running this method will generate an exception.

範例

指令碼

請參閱

參考

Index 類別

Script 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

索引

ALTER INDEX (Transact-SQL)