VariableValue Class
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class VariableValue
Inherits DTSParamValue
[SerializableAttribute]
public class VariableValue : DTSParamValue
[SerializableAttribute]
public ref class VariableValue : public DTSParamValue
/** @attribute SerializableAttribute() */
public class VariableValue extends DTSParamValue
SerializableAttribute
public class VariableValue extends DTSParamValue
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.VariableValue
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
VariableValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace