Freigeben über


Field.GetDataType-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the data type for the field.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Function GetDataType As Nullable(Of DataTypes)
'Usage
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>

Rückgabewert

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

Siehe auch

Verweis

Field Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace