CManagedComponentWrapperClass.SetOutputColumnDataTypeProperties Yöntemi
Kümeleri veri türü özelliklerini bir IDTSOutputColumn100 nesne.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)
Sözdizimi
'Bildirim
Public Overridable Sub SetOutputColumnDataTypeProperties ( _
lOutputID As Integer, _
lOutputColumnID As Integer, _
eDataType As DataType, _
lLength As Integer, _
lPrecision As Integer, _
lScale As Integer, _
lCodePage As Integer _
)
'Kullanım
Dim instance As CManagedComponentWrapperClass
Dim lOutputID As Integer
Dim lOutputColumnID As Integer
Dim eDataType As DataType
Dim lLength As Integer
Dim lPrecision As Integer
Dim lScale As Integer
Dim lCodePage As Integer
instance.SetOutputColumnDataTypeProperties(lOutputID, _
lOutputColumnID, eDataType, lLength, _
lPrecision, lScale, lCodePage)
public virtual void SetOutputColumnDataTypeProperties(
int lOutputID,
int lOutputColumnID,
DataType eDataType,
int lLength,
int lPrecision,
int lScale,
int lCodePage
)
public:
virtual void SetOutputColumnDataTypeProperties(
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnID,
[InAttribute] DataType eDataType,
[InAttribute] int lLength,
[InAttribute] int lPrecision,
[InAttribute] int lScale,
[InAttribute] int lCodePage
)
abstract SetOutputColumnDataTypeProperties :
lOutputID:int *
lOutputColumnID:int *
eDataType:DataType *
lLength:int *
lPrecision:int *
lScale:int *
lCodePage:int -> unit
override SetOutputColumnDataTypeProperties :
lOutputID:int *
lOutputColumnID:int *
eDataType:DataType *
lLength:int *
lPrecision:int *
lScale:int *
lCodePage:int -> unit
public function SetOutputColumnDataTypeProperties(
lOutputID : int,
lOutputColumnID : int,
eDataType : DataType,
lLength : int,
lPrecision : int,
lScale : int,
lCodePage : int
)
Parametreler
- lOutputID
Tür: System.Int32
Kimliği IDTSOutputColumn100 nesne.
- lOutputColumnID
Tür: System.Int32
Kimliği IDTSOutputColumn100 nesne.
- eDataType
Tür: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
DataType Atamak için sütun.
- lLength
Tür: System.Int32
Sütun uzunluğu.
- lPrecision
Tür: System.Int32
Toplam basamak sayısı sütun.
- lScale
Tür: System.Int32
İzin verilen ondalık basamak sayısı (ondalık virgülün sağındaki basamak) sütun.
- lCodePage
Tür: System.Int32
Karakter küme çıktı sütununun.
Uygulamalar
Açıklamalar
Çıktı sütunu özelliklerini birbirlerine bağımlı ve belirli kurallara uyulması gerekli veri türü temel DataType sütun.Bu yöntem, aynı anda tüm özelliklerini ayarlayarak bu kuralları uygulamak bir bileşen sağlar.
Aşağıdaki tablo bir çıktı sütununun veri türü özelliklerini ayarlarken geçerli olan kuralları listeler.
DataType |
Uzunluk |
Ölçek |
Precision |
Kod sayfası |
---|---|---|---|---|
DT_DECIMAL |
0 |
0'dan büyük ve 28 eşit veya daha küçük. |
0 |
0 |
DT_CY |
0 |
0 |
0 |
0 |
DT_NUMERIC |
0 |
0'dan büyük ve daha az'den veya 28 eşit ve duyarlılık'dan. |
' Den büyük veya 1'e eşit ve bir değerden küçük veya bu değere eşit 38. |
0 |
DT_BYTES |
0'dan büyük. |
0 |
0 |
0 |
DT_STR |
0 Ve 8000'dan büyüktür. |
0 |
0 |
Değil 0 ve geçerli kod sayfa. |
DT_TEXT |
Büyük 0 ve 8000'den küçük. |
0 |
0 |
Değil 0 ve geçerli kod sayfa. |
DT_WSTR |
0 Ve 4000'dan büyüktür. |
0 |
0 |
0 |
Ayrıca bkz.