Compartir a través de


AllowedBindingsHelper.GetAllowedBindingTypes Método (DataItem)

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified data item.

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

Sintaxis

'Declaración
Public Shared Function GetAllowedBindingTypes ( _
    dataItem As DataItem _
) As Type()
'Uso
Dim dataItem As DataItem 
Dim returnValue As Type()

returnValue = AllowedBindingsHelper.GetAllowedBindingTypes(dataItem)
public static Type[] GetAllowedBindingTypes(
    DataItem dataItem
)
public:
static array<Type^>^ GetAllowedBindingTypes(
    DataItem^ dataItem
)
static member GetAllowedBindingTypes : 
        dataItem:DataItem -> Type[] 
public static function GetAllowedBindingTypes(
    dataItem : DataItem
) : Type[]

Parámetros

Valor devuelto

Tipo: array<System.Type[]
The allowed type associated with this class.

Vea también

Referencia

AllowedBindingsHelper Clase

Sobrecarga de GetAllowedBindingTypes

Espacio de nombres Microsoft.AnalysisServices