Partilhar via


Propriedade SqlScriptProperty.StartLine

Obtém o número da linha onde a propriedade é 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 StartLine As Integer
    Get
public int StartLine { get; }
public:
property int StartLine {
    int get ();
}
member StartLine : int
function get StartLine () : int

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

SqlScriptProperty Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel