共用方式為


SqlSmoObject.ScriptImpl 方法

Gets a collection of scripts of the SqlSmoObject.

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

語法

'宣告
Protected Function ScriptImpl As StringCollection
'用途
Dim returnValue As StringCollection 

returnValue = Me.ScriptImpl()
protected StringCollection ScriptImpl()
protected:
StringCollection^ ScriptImpl()
member ScriptImpl : unit -> StringCollection
protected function ScriptImpl() : StringCollection

傳回值

型別:System.Collections.Specialized.StringCollection
A collection of string values that contain the scripts.

請參閱

參考

SqlSmoObject 類別

ScriptImpl 多載

Microsoft.SqlServer.Management.Smo 命名空間