SourceInformation(String, Int32, Int32) Constructor

Definition

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.

Applies to