SqlCeScripter.Script 메서드

Transact-SQL 문에서 스크립트를 검색합니다.

네임스페이스:  Microsoft.SqlServerCe.Management.Scripting
어셈블리:  Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)

구문

‘선언
Public Function Script As StringCollection
‘사용 방법
Dim instance As SqlCeScripter
Dim returnValue As StringCollection

returnValue = instance.Script()
public StringCollection Script()
public:
StringCollection^ Script()
member Script : unit -> StringCollection 
public function Script() : StringCollection

반환 값

유형: System.Collections.Specialized.StringCollection
지정된 대상에 대한 스크립트입니다.

참고 항목

참조

SqlCeScripter 클래스

Microsoft.SqlServerCe.Management.Scripting 네임스페이스