Freigeben über


ProjectVariablesWrapper-Klasse

Contains a collection of project variables wrapper.

Diese API ist nicht mit CLS kompatibel. 

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectVariablesWrapper _
    Implements IDTSVariables100, IEnumerable
'Usage
Dim instance As ProjectVariablesWrapper
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ProjectVariablesWrapper : IDTSVariables100, 
    IEnumerable
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ProjectVariablesWrapper sealed : IDTSVariables100, 
    IEnumerable
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ProjectVariablesWrapper =  
    class 
        interface IDTSVariables100 
        interface IEnumerable 
    end
public final class ProjectVariablesWrapper implements IDTSVariables100, IEnumerable

Der ProjectVariablesWrapper-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ProjectVariablesWrapper Initializes a new instance of the ProjectVariablesWrapper class using the specified project.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of elements contained in the ProjectVariablesWrapper instance.
Öffentliche Eigenschaft Item Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
Öffentliche Eigenschaft Locked Gets whether the variables in the ProjectVariablesWrapper collection are locked.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance.
Öffentliche Methode Contains Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetEnumerator Returns an IEnumerator object from ProjectVariablesWrapper instance.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Join Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.
Öffentliche Methode Remove Removes a variable object from the ProjectVariablesWrapper instance.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Unlock Releases the locks on the variables on the variables collection.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime-Namespace