LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable.AddLookupTableMaskValuesRow método (Guid, String, Int32, Int32)
Adiciona um novo LookupTableMaskValuesRow para o LookupTableMaskValuesDataTable usando os parâmetros especificados.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function AddLookupTableMaskValuesRow ( _
LT_UID As Guid, _
LT_MASK_VALUE_SEPARATOR As String, _
LT_MASK_STRUCT_LEVEL As Integer, _
LCID As Integer _
) As LookupTableMultiLangDataSet.LookupTableMaskValuesRow
'Uso
Dim instance As LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable
Dim LT_UID As Guid
Dim LT_MASK_VALUE_SEPARATOR As String
Dim LT_MASK_STRUCT_LEVEL As Integer
Dim LCID As Integer
Dim returnValue As LookupTableMultiLangDataSet.LookupTableMaskValuesRow
returnValue = instance.AddLookupTableMaskValuesRow(LT_UID, _
LT_MASK_VALUE_SEPARATOR, LT_MASK_STRUCT_LEVEL, _
LCID)
public LookupTableMultiLangDataSet.LookupTableMaskValuesRow AddLookupTableMaskValuesRow(
Guid LT_UID,
string LT_MASK_VALUE_SEPARATOR,
int LT_MASK_STRUCT_LEVEL,
int LCID
)
Parâmetros
LT_UID
Tipo: System.GuidO identificador exclusivo da tabela de pesquisa multilíngüe que usa a máscara de código.
LT_MASK_VALUE_SEPARATOR
Tipo: System.StringO caractere separador a ser usado para valores de tabela de pesquisa de vários níveis.
LT_MASK_STRUCT_LEVEL
Tipo: System.Int32O nível de estrutura de tópicos da estrutura de máscara de tabela de pesquisa para o valor de máscara de código.
LCID
Tipo: System.Int32A identificação de localidade para o idioma.
Valor retornado
Tipo: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableMaskValuesRow
Ver também
Referência
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable classe
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable membros