Partilhar via


Propriedade SqlScriptProperty.Length

Obtém o comprimento em caracteres, da propriedade no arquivo.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Public ReadOnly Property Length As Integer
    Get
public int Length { get; }
public:
property int Length {
    int get ();
}
member Length : int
function get Length () : int

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

SqlScriptProperty Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel