PackageInfo.ExecutionValueParameterSet Class
Represents the set of the execution value parameter.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Class ExecutionValueParameterSet
'Usage
Dim instance As PackageInfo.ExecutionValueParameterSet
public class ExecutionValueParameterSet
public ref class ExecutionValueParameterSet
type ExecutionValueParameterSet = class end
public class ExecutionValueParameterSet
The PackageInfo.ExecutionValueParameterSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PackageInfo.ExecutionValueParameterSet | Initializes a new instance of the PackageInfo.ExecutionValueParameterSet class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace