Proprietà DataType
Gets the data type of a property.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DataType As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
The data type of the property.
Vedere anche