Compartir a través de


DataItem.AllowedDataTypes Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property AllowedDataTypes As OleDbType()
    Get
'Uso
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[]

Valor de la propiedad

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

Vea también

Referencia

DataItem Clase

Espacio de nombres Microsoft.AnalysisServices