Freigeben über


DbType-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Syntax

'Declaration
Public Property DbType As Nullable(Of DbType)
    Get
    Set
'Usage
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>)

Eigenschaftenwert

Typ: System. . :: . .Nullable< (Of < ( <'DbType> ) > ) >
A Nullable<(Of <(<'T>)>)> object.