PrimitiveValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates a specific DTSParamValue, the Primitive type.
public ref class PrimitiveValue : Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue
[System.Serializable]
public class PrimitiveValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
[<System.Serializable>]
type PrimitiveValue = class
inherit DTSParamValue
Public Class PrimitiveValue
Inherits DTSParamValue
- Inheritance
- Attributes
Constructors
PrimitiveValue() |
Initializes a new instance of the PrimitiveValue class. |
Properties
AssignedValue |
Gets or sets the value of the parameter. |
Methods
Clone() |
Creates a new instance of the PrimitiveValue class that is identical to the current PrimitiveValue. |
Equals(Object) |
Determines whether two object instances are equal. |
GetHashCode() |
Returns the hash code of this object. |