Compartir a través de


ComplexProperty Class

Encapsulates the information about one property of a complex type parameter.

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ComplexProperty
[SerializableAttribute] 
public class ComplexProperty
[SerializableAttribute] 
public ref class ComplexProperty
/** @attribute SerializableAttribute() */ 
public class ComplexProperty
SerializableAttribute 
public class ComplexProperty

Notas

This class is used when the DTSParamType is Complex.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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