Sprache

SourceInformation(String, Int32, Int32) Konstruktor

Definition

Initialisiert eine Instanz eines SourceInformation Objekts.

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)

Parameter

sourceName
String

Name, der die Quelle für die Informationen darstellt

startLine
Int32

Startzeile, falls bekannt. Kann -1 oder 0 sein, wenn die Position nicht bekannt ist.

startColumn
Int32

Startspalte, falls bekannt. Kann -1 oder 0 sein, wenn die Position nicht bekannt ist.

Gilt für: