QueryParameter.DbType 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the data type of the parameter.
命名空間: 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>
A Nullable<T> object.