Compartir a través de


Clase ProjectVariablesWrapper

Contains a collection of project variables wrapper.

Esta API no es compatible con CLS. 

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectVariablesWrapper _
    Implements IDTSVariables100, IEnumerable
'Uso
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

El tipo ProjectVariablesWrapper expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ProjectVariablesWrapper Initializes a new instance of the ProjectVariablesWrapper class using the specified project.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of elements contained in the ProjectVariablesWrapper instance.
Propiedad pública Item Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
Propiedad pública Locked Gets whether the variables in the ProjectVariablesWrapper collection are locked.

Arriba

Métodos

  Nombre Descripción
Método público Add Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance.
Método público Contains Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
Método público Equals (Se hereda de Object.)
Método público GetEnumerator Returns an IEnumerator object from ProjectVariablesWrapper instance.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Join Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.
Método público Remove Removes a variable object from the ProjectVariablesWrapper instance.
Método público ToString (Se hereda de Object.)
Método público Unlock Releases the locks on the variables on the variables collection.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime