Udostępnij za pośrednictwem


Właściwość QueryParameter.DbType

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property DbType As Nullable(Of DbType)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Nullable<DbType>
A Nullable<T> obiektu.