共用方式為


LobSystemInstanceCollection.Create Method (String, Boolean, LobSystem)

Creates an LOBSystemInstance object for the specified LOBSystem object.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function Create ( _
    name As String, _
    isCached As Boolean, _
    lobSystem As LobSystem _
) As LobSystemInstance
'Usage
Dim instance As LobSystemInstanceCollection
Dim name As String
Dim isCached As Boolean
Dim lobSystem As LobSystem
Dim returnValue As LobSystemInstance

returnValue = instance.Create(name, isCached, _
    lobSystem)
public LobSystemInstance Create(
    string name,
    bool isCached,
    LobSystem lobSystem
)

Parameters

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystemInstance
An LOBSystemInstance object.

See Also

Reference

LobSystemInstanceCollection Class

LobSystemInstanceCollection Members

Create Overload

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace