ScriptBreakpointInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |