Aracılığıyla paylaş


FlatFileColumn.DataType Özelliği

Alır veya ayarlar DataType değeri depolanmış düz dosya sütun.

Bu API, CLS ile uyumlu değildir. 

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime
Derleme:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)

Sözdizimi

'Bildirim
<CLSCompliantAttribute(False)> _
Public Property DataType As DataType
    Get
    Set
'Kullanım
Dim instance As FlatFileColumn
Dim value As DataType

value = instance.DataType

instance.DataType = value
[CLSCompliantAttribute(false)]
public DataType DataType { get; set; }
[CLSCompliantAttribute(false)]
public:
property DataType DataType {
    DataType get ();
    void set (DataType value);
}
[<CLSCompliantAttribute(false)>]
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)

Özellik Değeri

Tür: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
DataType döndürür.

Açıklamalar

Veri türleri listesi için bkz. Tümleştirme Hizmetleri veri türleri.