Méthode IDTSVariables100.Add

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Adds a IDTSVariable100 object to the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function Add ( _
    bstrName As String, _
    bReadOnly As Boolean, _
    bstrNamespace As String, _
    vValue As Object _
) As IDTSVariable100
'Utilisation
Dim instance As IDTSVariables100 
Dim bstrName As String 
Dim bReadOnly As Boolean 
Dim bstrNamespace As String 
Dim vValue As Object 
Dim returnValue As IDTSVariable100 

returnValue = instance.Add(bstrName, bReadOnly, _
    bstrNamespace, vValue)
IDTSVariable100 Add(
    string bstrName,
    bool bReadOnly,
    string bstrNamespace,
    Object vValue
)
IDTSVariable100^ Add(
    [InAttribute] String^ bstrName, 
    [InAttribute] bool bReadOnly, 
    [InAttribute] String^ bstrNamespace, 
    [InAttribute] Object^ vValue
)
abstract Add : 
        bstrName:string * 
        bReadOnly:bool * 
        bstrNamespace:string * 
        vValue:Object -> IDTSVariable100
function Add(
    bstrName : String, 
    bReadOnly : boolean, 
    bstrNamespace : String, 
    vValue : Object
) : IDTSVariable100

Paramètres

  • bstrName
    Type : System.String
    The name of the package, task, or container variable to add to the collection.
  • bReadOnly
    Type : System.Boolean
    true to indicate that the variable is read-only; otherwise, false.
  • bstrNamespace
    Type : System.String
    The namespace for the variable.
  • vValue
    Type : System.Object
    The design-time value of the variable.

Valeur de retour

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The added IDTSVariable100 object to the collection.

Notes

For more information, see Variables.

Voir aussi

Référence

IDTSVariables100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper