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 命名空间