次の方法で共有


ScriptImpl メソッド

名前空間:  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