この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
フィールドのデータ型を取得します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Function GetDataType As Nullable(Of DataTypes)
'使用
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>
戻り値
型: System.Nullable<DataTypes>
Nullable<T> オブジェクト。