Partager via


Propriété ComplexProperty.DataType

Gets the data type of a property.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataType As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ComplexProperty Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.WebServiceTask