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 네임스페이스