Compartir a través de


ComplexProperty.DataType Property

Gets the data type of a property.

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

Sintaxis

'Declaración
Public ReadOnly Property DataType As String
public string DataType { get; }
public:
property String^ DataType {
    String^ get ();
}
/** @property */
public String get_DataType ()
public function get DataType () : String

Valor de propiedad

The data type of the property.

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 Class
ComplexProperty Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace