SourceInformation(String, Int32, Int32) Constructor
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.
Initializes an instance of a SourceInformation object.
public SourceInformation (string sourceName, int startLine, int startColumn);
new Microsoft.SqlServer.Dac.SourceInformation : string * int * int -> Microsoft.SqlServer.Dac.SourceInformation
Public Sub New (sourceName As String, startLine As Integer, startColumn As Integer)
Parameters
- sourceName
- String
Name representing the source for the information
- startLine
- Int32
start line, if known. May be -1 or 0 if the position is not known.
- startColumn
- Int32
start column, if known. May be -1 or 0 if the position is not known.