Поделиться через


Метод 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