Partager via


SourceCodePosition, constructeur

Initialise une nouvelle instance de la classe SourceCodePosition à l'aide des paramètres fournis.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    isPrimary As Boolean, _
    startOffset As Integer, _
    length As Integer, _
    startLine As Integer, _
    startColumn As Integer, _
    sourceName As String _
)
public SourceCodePosition(
    bool isPrimary,
    int startOffset,
    int length,
    int startLine,
    int startColumn,
    string sourceName
)
public:
SourceCodePosition(
    bool isPrimary, 
    int startOffset, 
    int length, 
    int startLine, 
    int startColumn, 
    String^ sourceName
)
new : 
        isPrimary:bool * 
        startOffset:int * 
        length:int * 
        startLine:int * 
        startColumn:int * 
        sourceName:string -> SourceCodePosition
public function SourceCodePosition(
    isPrimary : boolean, 
    startOffset : int, 
    length : int, 
    startLine : int, 
    startColumn : int, 
    sourceName : String
)

Paramètres

  • isPrimary
    Type : System.Boolean
    true s'il s'agit de la source principale pour l'élément qu'elle définit.
  • startOffset
    Type : System.Int32
    Offset dans le fichier source pour le début de la définition.
  • startLine
    Type : System.Int32
    Ligne à laquelle la définition commence.
  • startColumn
    Type : System.Int32
    Colonne à laquelle la définition commence.
  • sourceName
    Type : System.String
    Nom de la source, généralement un nom de fichier.

Sécurité .NET Framework

Voir aussi

Référence

SourceCodePosition Classe

Microsoft.Data.Schema.SchemaModel, espace de noms