Compartir a través de


SizeFileDeclarationOption.Size (Propiedad)

Obtiene o establece el valor de tamaño.

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

Sintaxis

'Declaración
Public Property Size As Literal
    Get
    Set
public Literal Size { get; set; }
public:
property Literal^ Size {
    Literal^ get ();
    void set (Literal^ value);
}
member Size : Literal with get, set
function get Size () : Literal
function set Size (value : Literal)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Seguridad de .NET Framework

Vea también

Referencia

SizeFileDeclarationOption Clase

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