Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a IDTSConfiguration100 object to the end of the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function Add As IDTSConfiguration100
'Usage
Dim instance As IDTSConfigurations100
Dim returnValue As IDTSConfiguration100
returnValue = instance.Add()
IDTSConfiguration100 Add()
IDTSConfiguration100^ Add()
abstract Add : unit -> IDTSConfiguration100
function Add() : IDTSConfiguration100
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100
The newly added IDTSConfiguration100 object.