Freigeben über


SqlSmoObject.ScriptImpl-Methode

Gets a collection of scripts of the SqlSmoObject.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected Function ScriptImpl As StringCollection
'Usage
Dim returnValue As StringCollection 

returnValue = Me.ScriptImpl()
protected StringCollection ScriptImpl()
protected:
StringCollection^ ScriptImpl()
member ScriptImpl : unit -> StringCollection
protected function ScriptImpl() : StringCollection

Rückgabewert

Typ: System.Collections.Specialized.StringCollection
A collection of string values that contain the scripts.

Siehe auch

Verweis

SqlSmoObject Klasse

ScriptImpl-Überladung

Microsoft.SqlServer.Management.Smo-Namespace