DataItem.AllowedDataTypes Property

 

Applies To: SQL Server 2016 Preview

Gets an array with the allowed data types as defined in OLEDB.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public static OleDbType[] AllowedDataTypes { get; }
public:
property array<OleDbType>^ AllowedDataTypes {
    static array<OleDbType>^ get();
}
static member AllowedDataTypes : OleDbType[] with get
Public Shared ReadOnly Property AllowedDataTypes As OleDbType()

Property Value

Type: System.Data.OleDb.OleDbType[]

An array of OleDbType types.

See Also

DataItem Class
Microsoft.AnalysisServices Namespace

Return to top