Share via


ScriptBreakpointInfo Class

Definition

Wraps breakpoint information around a VS breakpoint. Used for serialization in the SSIS package

public ref class ScriptBreakpointInfo
[System.Serializable]
public class ScriptBreakpointInfo
[<System.Serializable>]
type ScriptBreakpointInfo = class
Public Class ScriptBreakpointInfo
Inheritance
ScriptBreakpointInfo
Attributes

Constructors

ScriptBreakpointInfo()

Fields

Enabled
File
FileColumn
FileLine

Methods

LoadFromString(String)

Reconstructs the BP from the xml string serialized with the SaveToString

SaveToString()

Uses the SoapFormatter to serialize the BP as a string to be able to save it in the component properties

Applies to