Column.ClrDataType Property

Namespace:  Microsoft.ReportingServices.QueryDesigners.Relational
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Public ReadOnly Property ClrDataType As Type
    Get
'Usage
Dim instance As Column
Dim value As Type

value = instance.ClrDataType
public Type ClrDataType { get; }
public:
property Type^ ClrDataType {
    Type^ get ();
}
member ClrDataType : Type
function get ClrDataType () : Type

Property Value

Type: Type

See Also

Reference

Column Class

Microsoft.ReportingServices.QueryDesigners.Relational Namespace