Proprietà SysCommentsObjectAnnotation.StartLine

Ottiene o imposta la riga iniziale.

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

Sintassi

'Dichiarazione
Public Overridable Property StartLine As Integer
    Get
    Set
public virtual int StartLine { get; set; }
public:
virtual property int StartLine {
    int get ();
    void set (int value);
}
abstract StartLine : int with get, set
override StartLine : int with get, set
function get StartLine () : int
function set StartLine (value : int)

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SysCommentsObjectAnnotation Classe

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