Propriedade do RDL ColumnWidth
Gets or sets the value that indicates how wide a column is when the ColumnType is fixed width.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Property ColumnWidth As Integer
Get
Set
'Uso
Dim instance As FlatFileColumn
Dim value As Integer
value = instance.ColumnWidth
instance.ColumnWidth = value
public int ColumnWidth { get; set; }
public:
property int ColumnWidth {
int get ();
void set (int value);
}
member ColumnWidth : int with get, set
function get ColumnWidth () : int
function set ColumnWidth (value : int)
Valor da propriedade
Tipo: System. . :: . .Int32
An Integer that contains the width of the column.