Compartir a través de


del método BdcServiceApplicationProxy.IsSystemTypeEnabled

Indica si el tipo de sistema externo especificado está habilitado para su ejecución.

Espacio de nombres:  Microsoft.SharePoint.BusinessData.SharedService
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Function IsSystemTypeEnabled ( _
    systemType As SystemType _
) As Boolean
'Uso
Dim instance As BdcServiceApplicationProxy
Dim systemType As SystemType
Dim returnValue As Boolean

returnValue = instance.IsSystemTypeEnabled(systemType)
public bool IsSystemTypeEnabled(
    SystemType systemType
)

Parámetros

Valor devuelto

Tipo: System.Boolean
true si el tipo de sistema está habilitado para su ejecución; en caso contrario, false.

Comentarios

Este método devuelve un valor que indica si el tipo de sistema especificado por el parámetro systemType está habilitado para la ejecución.

Vea también

Referencia

clase BdcServiceApplicationProxy

Miembros BdcServiceApplicationProxy

Espacio de nombres Microsoft.SharePoint.BusinessData.SharedService