Compartir a través de


SysCommentsObjectAnnotation.StartLine (Propiedad)

Obtiene o establece la línea inicial.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

SysCommentsObjectAnnotation Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)