Compartir a través de


DataType Propiedad

Gets the data type of a property.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
Public ReadOnly Property DataType As String
    Get
'Uso
Dim instance As ComplexProperty
Dim value As String

value = instance.DataType
public string DataType { get; }
public:
property String^ DataType {
    String^ get ();
}
member DataType : string
function get DataType () : String

Valor de la propiedad

Tipo: System. . :: . .String
The data type of the property.