Compartilhar via


Método Field.GetDataType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the data type for the field.

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

Sintaxe

'Declaração
Public Function GetDataType As Nullable(Of DataTypes)
'Uso
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>

Valor de retorno

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

Consulte também

Referência

Field Classe

Namespace Microsoft.ReportingServices.RdlObjectModel