Condividi tramite


Proprietà SqlScriptProperty.Length

Ottiene la lunghezza espressa in caratteri della proprietà 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 Length As Integer
    Get
public int Length { get; }
public:
property int Length {
    int get ();
}
member Length : int
function get Length () : int

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptProperty Classe

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