SourceInformation(String, Int32, Int32) Constructor

Definición

Inicializa una instancia de un SourceInformation objeto .

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)

Parámetros

sourceName
String

Nombre que representa el origen de la información

startLine
Int32

línea de inicio, si se conoce. Puede ser -1 o 0 si no se conoce la posición.

startColumn
Int32

columna start, si se conoce. Puede ser -1 o 0 si no se conoce la posición.

Se aplica a