AppBdcCatalog.GetEntity メソッド
名前空間: Microsoft.BusinessData.MetadataModel
アセンブリ: Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内); Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内) Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public Function GetEntity ( _
namespace As String, _
name As String _
) As Entity
'使用
Dim instance As AppBdcCatalog
Dim namespace As String
Dim name As String
Dim returnValue As Entity
returnValue = instance.GetEntity(namespace, _
name)
public Entity GetEntity(
string namespace,
string name
)
パラメーター
- namespace
型: System.String
- name
型: System.String
戻り値
型: Microsoft.BusinessData.MetadataModel.Entity