Partager via


Propriété DataItem.AllowedDataTypes

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property AllowedDataTypes As OleDbType()
    Get
'Utilisation
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[]

Valeur de propriété

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

Voir aussi

Référence

DataItem Classe

Espace de noms Microsoft.AnalysisServices