다음을 통해 공유


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