Compartir a través de


Clase PackageInfo.ExecutionValueParameterSet

Represents the set of the execution value parameter.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public Class ExecutionValueParameterSet
'Uso
Dim instance As PackageInfo.ExecutionValueParameterSet
public class ExecutionValueParameterSet
public ref class ExecutionValueParameterSet
type ExecutionValueParameterSet =  class end
public class ExecutionValueParameterSet

El tipo PackageInfo.ExecutionValueParameterSet expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público PackageInfo.ExecutionValueParameterSet Initializes a new instance of the PackageInfo.ExecutionValueParameterSet class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ObjectType Gets or sets the object type of the current execution value parameter set.
Propiedad pública ParameterName Gets or sets the parameter name.
Propiedad pública ParameterValue Gets or sets the parameter value.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

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.Management.IntegrationServices