Langage

SourceInformation(String, Int32, Int32) Constructeur

Définition

Initialise une instance d’un SourceInformation objet.

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)

Paramètres

sourceName
String

Nom représentant la source des informations

startLine
Int32

ligne de début, si elle est connue. Peut être -1 ou 0 si la position n’est pas connue.

startColumn
Int32

colonne de démarrage, si elle est connue. Peut être -1 ou 0 si la position n’est pas connue.

S’applique à