Свойство ColumnType
Gets or sets the column type, whether delimited or fixed width.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Property ColumnType As String
Get
Set
'Применение
Dim instance As FlatFileColumn
Dim value As String
value = instance.ColumnType
instance.ColumnType = value
public string ColumnType { get; set; }
public:
property String^ ColumnType {
String^ get ();
void set (String^ value);
}
member ColumnType : string with get, set
function get ColumnType () : String
function set ColumnType (value : String)
Значение свойства
Тип System. . :: . .String
A String that contains Delimited or Fixed Width values.
См. также