Compartir a través de


SysCommentsObjectAnnotation.StartColumn (Propiedad)

Obtiene o establece la columna 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 StartColumn As Integer
    Get
    Set
public virtual int StartColumn { get; set; }
public:
virtual property int StartColumn {
    int get ();
    void set (int value);
}
abstract StartColumn : int with get, set
override StartColumn : int with get, set
function get StartColumn () : int
function set StartColumn (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)