Condividi tramite


Proprietà SqlScriptProperty.StartLine

Ottiene il numero di riga da cui la proprietà inizia nel file.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property StartLine As Integer
    Get
public int StartLine { get; }
public:
property int StartLine {
    int get ();
}
member StartLine : int
function get StartLine () : int

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptProperty Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel