Partilhar via


Propriedade SqlSourceInformation.Offset

Obtém o deslocamento, em caracteres, onde o elemento é iniciado no arquivo.

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

Sintaxe

'Declaração
Public ReadOnly Property Offset As Integer
    Get
public int Offset { get; }
public:
virtual property int Offset {
    int get () sealed;
}
abstract Offset : int
override Offset : int
final function get Offset () : int

Valor de propriedade

Tipo: System.Int32

Implementações

ISourceInformation.Offset

Segurança do .NET Framework

Consulte também

Referência

SqlSourceInformation Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel