Freigeben über


ScriptObjectModel.Results Enumeration

Defines the constants used to report the execution result of the Script task to the run-time engine.

Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly : Microsoft.SqlServer.ScriptTask (in microsoft.sqlserver.scripttask.dll)

Syntax

'Declaration
Public Enumeration Results
public enum Results
public enum class Results
public enum Results
public enum Results

Members

Member name Description
Failure Equivalent to Failure.
Success Equivalent to Success.

Beispiel

The following code sample uses the global Dts object available within the Script task to return a value from the ScriptObjectModel.Results enumeration.

  Dts.TaskResult = Dts.Results.Success;
  Dts.TaskResult = Dts.Results.Success

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace