AppBdcCatalog.GetConnectionId - Méthode
Espace de noms : Microsoft.BusinessData.MetadataModel
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetConnectionId ( _
lobSystemName As String, _
lobSystemInstanceName As String _
) As ClientResult(Of String)
'Utilisation
Dim instance As AppBdcCatalog
Dim lobSystemName As String
Dim lobSystemInstanceName As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetConnectionId(lobSystemName, _
lobSystemInstanceName)
public ClientResult<string> GetConnectionId(
string lobSystemName,
string lobSystemInstanceName
)
Paramètres
- lobSystemName
Type : System.String
- lobSystemInstanceName
Type : System.String
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>