Condividi tramite


Proprietà DataItem.AllowedDataTypes

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property AllowedDataTypes As OleDbType()
    Get
'Utilizzo
Dim value As OleDbType()

value = DataItem.AllowedDataTypes
public static OleDbType[] AllowedDataTypes { get; }
public:
static property array<OleDbType>^ AllowedDataTypes {
    array<OleDbType>^ get ();
}
static member AllowedDataTypes : OleDbType[]
static function get AllowedDataTypes () : OleDbType[]

Valore proprietà

Tipo: array<System.Data.OleDb.OleDbType[]
An array of OleDbType types.

Vedere anche

Riferimento

DataItem Classe

Spazio dei nomi Microsoft.AnalysisServices