IDTSCustomPropertyCollection100.NewAt 方法
Creates a new IDTSCustomProperty100 object at the specified location in the collection.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Function NewAt ( _
lIndex As Integer _
) As IDTSCustomProperty100
用法
Dim instance As IDTSCustomPropertyCollection100
Dim lIndex As Integer
Dim returnValue As IDTSCustomProperty100
returnValue = instance.NewAt(lIndex)
IDTSCustomProperty100 NewAt(
int lIndex
)
IDTSCustomProperty100^ NewAt(
[InAttribute] int lIndex
)
abstract NewAt :
lIndex:int -> IDTSCustomProperty100
function NewAt(
lIndex : int
) : IDTSCustomProperty100
参数
- lIndex
类型:System.Int32
The location in the collection to create the new property.
返回值
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The newly created IDTSCustomProperty100 object.