New 方法
Creates a new IDTSCustomProperty100 object and adds it to the end of the collection.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
Function New As IDTSCustomProperty100
'用途
Dim instance As IDTSCustomPropertyCollection100
Dim returnValue As IDTSCustomProperty100
returnValue = instance.New()
IDTSCustomProperty100 New()
IDTSCustomProperty100^ New()
abstract New : unit -> IDTSCustomProperty100
function New() : IDTSCustomProperty100
傳回值
型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomProperty100
The newly created IDTSCustomProperty100 object.
備註
Components should only add custom properties to the collection during ProvideComponentProperties, which the SSIS Designer calls after a component is added to a data flow task.