SourceInformation(String, Int32, Int32) Construtor

Definição

Inicializa uma instância de um 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

Nome que representa a origem das informações

startLine
Int32

linha inicial, se conhecida. Pode ser -1 ou 0 se a posição não for conhecida.

startColumn
Int32

iniciar coluna, se conhecido. Pode ser -1 ou 0 se a posição não for conhecida.

Aplica-se a