Partager via


Méthode Field.GetDataType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the data type for the field.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Function GetDataType As Nullable(Of DataTypes)
'Utilisation
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>

Valeur de retour

Type : System.Nullable<DataTypes>
A Nullable<T> object.

Voir aussi

Référence

Field Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel