DataType propriété
Gets the data type of a property.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (dans 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 la propriété
Type : System. . :: . .String
The data type of the property.