LobSystemCollection.Create - Méthode
Crée un objet système externe.
Espace de noms : Microsoft.SharePoint.BusinessData.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function Create ( _
name As String, _
isCached As Boolean, _
type As SystemType _
) As LobSystem
'Utilisation
Dim instance As LobSystemCollection
Dim name As String
Dim isCached As Boolean
Dim type As SystemType
Dim returnValue As LobSystem
returnValue = instance.Create(name, isCached, _
type)
public LobSystem Create(
string name,
bool isCached,
SystemType type
)
Paramètres
name
Type : System.StringLe nom de l'objet système externe.
isCached
Type : System.Booleantrue, si l'objet système externe est mis en cache ; dans le cas contraire, false.
type
Type : Microsoft.BusinessData.MetadataModel.SystemTypeLe type d'objet système externe.
Valeur renvoyée
Type : Microsoft.SharePoint.BusinessData.Administration.LobSystem
Objet système externe.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.Administration - Espace de noms