Compartir a través de


DbSyncColumnDescription.Size Propiedad

Obtiene o establece el tamaño de la columna.

Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)

Sintaxis

'Declaración
<XmlAttributeAttribute("size")> _
Public Property Size As String
'Uso
Dim instance As DbSyncColumnDescription
Dim value As String

value = instance.Size

instance.Size = value
[XmlAttributeAttribute("size")] 
public string Size { get; set; }
[XmlAttributeAttribute(L"size")] 
public:
property String^ Size {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Size ()

/** @property */
public void set_Size (String value)
public function get Size () : String

public function set Size (value : String)

Valor de la propiedad

Tamaño de la columna si se especifica; en caso contrario, es una referencia nula (Nothing en Visual Basic)..

Notas

Las propiedades Type y Size se utilizan juntas para especificar tipos de datos de longitud variable. Por ejemplo, en SQL Server una columna de tipo varchar(256) se representa estableciendo Type en "varchar" y Size en "256".

Vea también

Referencia

DbSyncColumnDescription Clase
DbSyncColumnDescription Miembros
Microsoft.Synchronization.Data Espacio de nombres