AbstractInstance 构造函数 (MethodInstance, LobSystemInstance) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Sub New ( _
    methodInstance As MethodInstance, _
    lobSystemInstance As LobSystemInstance _
)
用法
Dim methodInstance As MethodInstance
Dim lobSystemInstance As LobSystemInstance

Dim instance As New AbstractInstance(methodInstance, lobSystemInstance)
public AbstractInstance (
    MethodInstance methodInstance,
    LobSystemInstance lobSystemInstance
)

参数

  • methodInstance
    The MethodInstance object to execute on the instance.
  • lobSystemInstance
    The LobSystemInstance object that this data class belongs to.

另请参阅

参考

AbstractInstance 类
AbstractInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间