PrimitiveValue Class
Encapsulates a specific DTSParamValue, the Primitive type.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PrimitiveValue _
Inherits DTSParamValue
'Usage
Dim instance As PrimitiveValue
[SerializableAttribute]
public class PrimitiveValue : DTSParamValue
[SerializableAttribute]
public ref class PrimitiveValue : public DTSParamValue
[<SerializableAttribute>]
type PrimitiveValue =
class
inherit DTSParamValue
end
public class PrimitiveValue extends DTSParamValue
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.PrimitiveValue
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.