この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
パラメーターのデータ型を取得または設定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property DbType As Nullable(Of DbType)
Get
Set
'使用
Dim instance As QueryParameter
Dim value As Nullable(Of DbType)
value = instance.DbType
instance.DbType = value
public Nullable<DbType> DbType { get; set; }
public:
property Nullable<DbType> DbType {
Nullable<DbType> get ();
void set (Nullable<DbType> value);
}
member DbType : Nullable<DbType> with get, set
function get DbType () : Nullable<DbType>
function set DbType (value : Nullable<DbType>)
プロパティ値
型: System.Nullable<DbType>
Nullable<T> オブジェクト。