LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable.AddLookupTableMaskValuesRow - Méthode (Guid, String, Int32, Int32)
Ajoute un nouveau LookupTableMaskValuesRow à la LookupTableMaskValuesDataTable à l'aide des paramètres spécifiés.
Espace de noms : WebSvcLookupTable
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
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
'Utilisation
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
)
Paramètres
LT_UID
Type : System.GuidIdentificateur unique de la table de choix multilingue qui utilise le masque de code.
LT_MASK_VALUE_SEPARATOR
Type : System.StringLe séparateur à utiliser pour les valeurs de table de choix à plusieurs niveaux.
LT_MASK_STRUCT_LEVEL
Type : System.Int32Le niveau hiérarchique de la structure de masque de table de recherche de la valeur de masque de code.
LCID
Type : System.Int32L'ID de paramètres régionaux pour la langue.
Valeur renvoyée
Type : WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableMaskValuesRow
Voir aussi
Référence
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable classe
LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable - Membres