次の方法で共有


LookupTableDataSet.LookupTableMasksDataTable.AddLookupTableMasksRow Method (LookupTableDataSet.LookupTablesRow, Int32, Byte, Int32, String)

Adds a new LookupTableMasksRow to the LookupTableMasksDataTable by using the specified parameters.

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

Syntax

'Declaration
Public Function AddLookupTableMasksRow ( _
    parentLookupTablesRowByLookupTablesLookupTableMasks As LookupTableDataSet.LookupTablesRow, _
    LT_MASK_STRUCT_LEVEL As Integer, _
    LT_MASK_STRUCT_TYPE_ENUM As Byte, _
    LT_MASK_STRUCT_LENGTH As Integer, _
    LT_MASK_VALUE_SEPARATOR As String _
) As LookupTableDataSet.LookupTableMasksRow
'Usage
Dim instance As LookupTableDataSet.LookupTableMasksDataTable
Dim parentLookupTablesRowByLookupTablesLookupTableMasks As LookupTableDataSet.LookupTablesRow
Dim LT_MASK_STRUCT_LEVEL As Integer
Dim LT_MASK_STRUCT_TYPE_ENUM As Byte
Dim LT_MASK_STRUCT_LENGTH As Integer
Dim LT_MASK_VALUE_SEPARATOR As String
Dim returnValue As LookupTableDataSet.LookupTableMasksRow

returnValue = instance.AddLookupTableMasksRow(parentLookupTablesRowByLookupTablesLookupTableMasks, _
    LT_MASK_STRUCT_LEVEL, LT_MASK_STRUCT_TYPE_ENUM, _
    LT_MASK_STRUCT_LENGTH, LT_MASK_VALUE_SEPARATOR)
public LookupTableDataSet.LookupTableMasksRow AddLookupTableMasksRow(
    LookupTableDataSet.LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableMasks,
    int LT_MASK_STRUCT_LEVEL,
    byte LT_MASK_STRUCT_TYPE_ENUM,
    int LT_MASK_STRUCT_LENGTH,
    string LT_MASK_VALUE_SEPARATOR
)

Parameters

  • LT_MASK_STRUCT_LEVEL
    Type: System.Int32
    The outline level of the code mask structure.
  • LT_MASK_STRUCT_TYPE_ENUM
    Type: System.Byte
    The type of data for a lookup table mask structure, specified by the LookupTables.MaskSequence enumeration.
  • LT_MASK_STRUCT_LENGTH
    Type: System.Int32
    The number of characters, numbers, or letters in the code mask.
  • LT_MASK_VALUE_SEPARATOR
    Type: System.String
    The separator character that is used in a lookup table mask for lookup table values.

Return Value

Type: [LookupTable Web service].LookupTableDataSet.LookupTableMasksRow

See Also

Reference

LookupTableDataSet.LookupTableMasksDataTable Class

LookupTableDataSet.LookupTableMasksDataTable Members

AddLookupTableMasksRow Overload

LookupTable Web Service