Partilhar via


Construtor SourceCodePosition

Inicializa uma nova instância de SourceCodePosition classe usando parâmetros fornecidos.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • isPrimary
    Tipo: System.Boolean
    true Se essa é a principal fonte para o elemento define.
  • startOffset
    Tipo: System.Int32
    Deslocamento no arquivo de origem para o início da definição.
  • startLine
    Tipo: System.Int32
    A linha em que a definição é iniciado.
  • startColumn
    Tipo: System.Int32
    A coluna na qual a definição começa.
  • sourceName
    Tipo: System.String
    Nome da fonte, geralmente um nome de arquivo.

Segurança do .NET Framework

Consulte também

Referência

SourceCodePosition Classe

Namespace Microsoft.Data.Schema.SchemaModel