共用方式為


SqlSmoObject.ScriptImpl 方法 (ScriptingOptions)

Gets a collection of scripts of the SqlSmoObject.

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

語法

'宣告
Protected Function ScriptImpl ( _
    so As ScriptingOptions _
) As StringCollection
'用途
Dim so As ScriptingOptions 
Dim returnValue As StringCollection 

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

參數

傳回值

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

請參閱

參考

SqlSmoObject 類別

ScriptImpl 多載

Microsoft.SqlServer.Management.Smo 命名空間