Partager via


BdcService.GetApplicationTypeDescription - Méthode

Retourne des informations sur le type fourni.

Espace de noms :  Microsoft.SharePoint.BusinessData.SharedService
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function GetApplicationTypeDescription ( _
    serviceApplicationType As Type _
) As SPPersistedTypeDescription
'Utilisation
Dim instance As BdcService
Dim serviceApplicationType As Type
Dim returnValue As SPPersistedTypeDescription

returnValue = instance.GetApplicationTypeDescription(serviceApplicationType)
public SPPersistedTypeDescription GetApplicationTypeDescription(
    Type serviceApplicationType
)

Paramètres

  • serviceApplicationType
    Type : System.Type

    Le type pour obtenir des informations à propos ; doit être un BdcServiceApplication.

Valeur renvoyée

Type : Microsoft.SharePoint.Administration.SPPersistedTypeDescription
Description du type.

Remarques

Cette méthode peut uniquement fournissent des informations sur les objets BdcServiceApplication .

Voir aussi

Référence

BdcService classe

BdcService - Membres

Microsoft.SharePoint.BusinessData.SharedService - Espace de noms