IDTSCustomPropertyCollection100.NewAt Yöntemi
Oluşturur Yeni bir IDTSCustomProperty100 Nesne belirtilen konumda koleksiyon.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)
Sözdizimi
'Bildirim
Function NewAt ( _
lIndex As Integer _
) As IDTSCustomProperty100
'Kullanım
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
Parametreler
- lIndex
Tür: System.Int32
Konumu koleksiyon yeni özellik oluşturmak için.
Dönüş Değeri
Tür: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Yeni oluşturulan IDTSCustomProperty100 nesne.