LookupTableMultiLangDataSet.LookupTableValuesDataTable.FindByLT_STRUCT_UIDLCID 方法
通过使用指定的参数来检索一个LookupTableValuesRow对象。
命名空间: WebSvcLookupTable
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function FindByLT_STRUCT_UIDLCID ( _
LT_STRUCT_UID As Guid, _
LCID As Integer _
) As LookupTableMultiLangDataSet.LookupTableValuesRow
用法
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesDataTable
Dim LT_STRUCT_UID As Guid
Dim LCID As Integer
Dim returnValue As LookupTableMultiLangDataSet.LookupTableValuesRow
returnValue = instance.FindByLT_STRUCT_UIDLCID(LT_STRUCT_UID, _
LCID)
public LookupTableMultiLangDataSet.LookupTableValuesRow FindByLT_STRUCT_UIDLCID(
Guid LT_STRUCT_UID,
int LCID
)
参数
LT_STRUCT_UID
类型:System.Guid多语言查找表结构的 GUID。
LCID
类型:System.Int32标识客户的首选的人类语言的 32 位值。
返回值
类型:WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableValuesRow
另请参阅
引用
LookupTableMultiLangDataSet.LookupTableValuesDataTable 类