Metodo Field.GetDataType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the data type for the field.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Function GetDataType As Nullable(Of DataTypes)
'Utilizzo
Dim instance As Field
Dim returnValue As Nullable(Of DataTypes)
returnValue = instance.GetDataType()
public Nullable<DataTypes> GetDataType()
public:
Nullable<DataTypes> GetDataType()
member GetDataType : unit -> Nullable<DataTypes>
public function GetDataType() : Nullable<DataTypes>
Valore restituito
Tipo: System.Nullable<DataTypes>
A Nullable<T> object.