ApplicationRegistry.GetLobSystemInstanceByName 方法 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the LobSystemInstance object that matches the specified name.
命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Shared Function GetLobSystemInstanceByName ( _
name As String _
) As LobSystemInstance
用法
Dim name As String
Dim returnValue As LobSystemInstance
returnValue = ApplicationRegistry.GetLobSystemInstanceByName(name)
public static LobSystemInstance GetLobSystemInstanceByName (
string name
)
参数
- name
The name of the LobSystemInstance object.
返回值
An LobSystemInstance object.
另请参阅
参考
ApplicationRegistry 类
ApplicationRegistry 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间