IDTSVirtualInputColumn100 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 IDTSOutputColumn100 物件之 StartPoint 物件中的 IDTSPath100。
public interface class IDTSVirtualInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("AB4C1F94-BA17-4B22-A721-172AC0342173")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8BFED405-0394-4283-8EE7-0F640DD89D4D")]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7F2DDC88-AFFB-427B-A9DA-FC9BED56B8E5")]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("AB4C1F94-BA17-4B22-A721-172AC0342173")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8BFED405-0394-4283-8EE7-0F640DD89D4D")>]
type IDTSVirtualInputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7F2DDC88-AFFB-427B-A9DA-FC9BED56B8E5")>]
type IDTSVirtualInputColumn100 = interface
interface IDTSObject100
Public Interface IDTSVirtualInputColumn100
Implements IDTSObject100
- 屬性
- 實作
備註
IDTSVirtualInputColumn100資料行代表 IDTSOutputColumn100 資料流程配置中上游元件的。 其屬性與輸出資料行中的屬性相同。 虛擬資料行屬性的修改不會保存在虛擬資料行或上游元件的輸出資料行中。 上游元件可以或可能不會直接從具有虛擬輸入資料行的元件上游。
屬性
| CodePage |
取得用來解譯虛擬輸入資料行中所含資料的字元集。 |
| ComparisonFlags |
取得上游輸出資料行上的比較旗標組。 |
| DataType |
取得資料行的 DataType。 |
| Description |
取得或設定 IDTSVirtualInputColumn100 物件的描述。 |
| ID |
取得 IDTSVirtualInputColumn100 物件的識別碼。 |
| IdentificationString |
取得可唯一識別資料流程配置中 IDTSVirtualInputColumn100 物件的字串。 |
| IsAssociatedWithOutputColumn |
取得值,該值指出此物件是否與輸出資料行有關聯。 |
| Length |
取得資料行的長度。 |
| LineageID |
取得上游輸出資料行的歷程識別碼。 |
| Name |
取得或設定值,其中包含 IDTSVirtualInputColumn100 的名稱。 |
| NewDescription |
取得或設定新建立之 IDTSInputColumn100 資料行的描述。 |
| NewName |
取得或設定新建立之 IDTSInputColumn100 資料行的名稱。 |
| ObjectType |
從 DTSObjectType 列舉中取得虛擬輸入資料行的值。 |
| Precision |
取得虛擬輸入資料行中包含的位數總數。 |
| Scale |
取得虛擬輸入資料行中包含的小數位數數目。 |
| SortKeyPosition |
取得虛擬輸入資料行的排序索引鍵。 |
| SourceComponent |
取得產生虛擬輸入資料行的元件名稱。 |
| UpstreamComponentName |
取得目前元件之直接上游的元件名稱。 |
| UsageType |
取得值,指出元件如何使用虛擬資料行。 |
方法
| DescribeRedirectedErrorCode(Int32) |
取得上游輸出資料行上錯誤碼的錯誤訊息。 |