Freigeben über


ComplexValue Class

Encapsulates the value of a complex type parameter.

Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ComplexValue
    Inherits DTSParamValue
[SerializableAttribute] 
public class ComplexValue : DTSParamValue
[SerializableAttribute] 
public ref class ComplexValue : public DTSParamValue
/** @attribute SerializableAttribute() */ 
public class ComplexValue extends DTSParamValue
SerializableAttribute 
public class ComplexValue extends DTSParamValue

Hinweise

This class contains an array of ComplexProperty objects. Each ComplexProperty object encapsulates the information about one member of the complex type parameter.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ComplexValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace