Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Encapsulates a specific DTSParamValue, the Primitive type.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.PrimitiveValue
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
The PrimitiveValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
PrimitiveValue | Initializes a new instance of the PrimitiveValue class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
AssignedValue | Gets or sets the value of the parameter. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | Creates a new instance of the PrimitiveValue class that is identical to the current PrimitiveValue. (Overrides DTSParamValue.Clone().) |
![]() |
Equals | Determines whether two object instances are equal. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code of this object. (Overrides Object.GetHashCode().) |
![]() |
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.
.gif)
.gif)
.gif)