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 命名空间