RemoveObjectByID 方法
Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
Sub RemoveObjectByID ( _
lID As Integer _
)
'用途
Dim instance As IDTSExternalMetadataColumnCollection100
Dim lID As Integer
instance.RemoveObjectByID(lID)
void RemoveObjectByID(
int lID
)
void RemoveObjectByID(
[InAttribute] int lID
)
abstract RemoveObjectByID :
lID:int -> unit
function RemoveObjectByID(
lID : int
)
參數
- lID
型別:System. . :: . .Int32
The ID of the column to remove from the collection.
備註
If an IDTSExternalMetadataColumn100 column with the specified ID does not exist, a DTS_E_ELEMENTNOTFOUND exception occurs.