Linguaggio

SourceInformation(String, Int32, Int32) Costruttore

Definizione

Inizializza un'istanza di un SourceInformation oggetto .

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)

Parametri

sourceName
String

Nome che rappresenta l'origine per le informazioni

startLine
Int32

riga iniziale, se nota. Può essere -1 o 0 se la posizione non è nota.

startColumn
Int32

colonna iniziale, se nota. Può essere -1 o 0 se la posizione non è nota.

Si applica a