Proprietà SysCommentsObjectAnnotation.Length

Ottiene o imposta la lunghezza.

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

Sintassi

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

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SysCommentsObjectAnnotation Classe

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