ScriptImpl 메서드
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
스크립트를 포함하는 문자열 값의 컬렉션입니다.