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 | |
---|---|---|
PackageInfo.ExecutionValueParameterSet | Initializes a new instance of the PackageInfo.ExecutionValueParameterSet class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ObjectType | Gets or sets the object type of the current execution value parameter set. | |
ParameterName | Gets or sets the parameter name. | |
ParameterValue | Gets or sets the parameter value. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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