Compartilhar via


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.Guid

    O identificador exclusivo da tabela de pesquisa multilíngüe que usa a máscara de código.

  • LT_MASK_VALUE_SEPARATOR
    Tipo: System.String

    O caractere separador a ser usado para valores de tabela de pesquisa de vários níveis.

  • LT_MASK_STRUCT_LEVEL
    Tipo: System.Int32

    O 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.Int32

    A identificação de localidade para o idioma.

Valor retornado

Tipo: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableMaskValuesRow

Ver também

Referência

LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable classe

LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable membros

AddLookupTableMaskValuesRow em sobrecarga

WebSvcLookupTable namespace