Método AllowedBindingsHelper.GetAllowedBindingTypes (Object, String)

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified object and property.

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

Sintaxe

'Declaração
Public Shared Function GetAllowedBindingTypes ( _
    obj As Object, _
    property As String _
) As Type()
'Uso
Dim obj As Object 
Dim property As String 
Dim returnValue As Type()

returnValue = AllowedBindingsHelper.GetAllowedBindingTypes(obj, _
    property)
public static Type[] GetAllowedBindingTypes(
    Object obj,
    string property
)
public:
static array<Type^>^ GetAllowedBindingTypes(
    Object^ obj, 
    String^ property
)
static member GetAllowedBindingTypes : 
        obj:Object * 
        property:string -> Type[] 
public static function GetAllowedBindingTypes(
    obj : Object, 
    property : String
) : Type[]

Parâmetros

Valor de retorno

Tipo: array<System.Type[]
The allowed binding type with the specified object and property.

Consulte também

Referência

AllowedBindingsHelper Classe

Sobrecarregado GetAllowedBindingTypes

Namespace Microsoft.AnalysisServices