SourceInformation(String, Int32, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.