Freigeben über


IVSTAScriptComponentUI.SaveScriptProject-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Saves the script project.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
Function SaveScriptProject As Boolean
'Usage
Dim instance As IVSTAScriptComponentUI 
Dim returnValue As Boolean 

returnValue = instance.SaveScriptProject()
bool SaveScriptProject()
bool SaveScriptProject()
abstract SaveScriptProject : unit -> bool
function SaveScriptProject() : boolean

Rückgabewert

Typ: System.Boolean
The script project.

Siehe auch

Verweis

IVSTAScriptComponentUI Schnittstelle

Microsoft.SqlServer.Dts.Pipeline-Namespace