次の方法で共有


LookupTableMultiLangDataSet.LookupTableStructuresDataTable.AddLookupTableStructuresRow Method (Guid, LookupTableMultiLangDataSet.LookupTablesRow, LookupTableMultiLangDataSet.LookupTableStructuresRow, String)

Adds a new LookupTableStructuresRow to the LookupTableStructuresDataTable 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 AddLookupTableStructuresRow ( _
    LT_STRUCT_UID As Guid, _
    parentLookupTablesRowByLookupTablesLookupTableStructures As LookupTableMultiLangDataSet.LookupTablesRow, _
    parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures As LookupTableMultiLangDataSet.LookupTableStructuresRow, _
    LT_STRUCT_COOKIE As String _
) As LookupTableMultiLangDataSet.LookupTableStructuresRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresDataTable
Dim LT_STRUCT_UID As Guid
Dim parentLookupTablesRowByLookupTablesLookupTableStructures As LookupTableMultiLangDataSet.LookupTablesRow
Dim parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures As LookupTableMultiLangDataSet.LookupTableStructuresRow
Dim LT_STRUCT_COOKIE As String
Dim returnValue As LookupTableMultiLangDataSet.LookupTableStructuresRow

returnValue = instance.AddLookupTableStructuresRow(LT_STRUCT_UID, _
    parentLookupTablesRowByLookupTablesLookupTableStructures, _
    parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures, _
    LT_STRUCT_COOKIE)
public LookupTableMultiLangDataSet.LookupTableStructuresRow AddLookupTableStructuresRow(
    Guid LT_STRUCT_UID,
    LookupTableMultiLangDataSet.LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableStructures,
    LookupTableMultiLangDataSet.LookupTableStructuresRow parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures,
    string LT_STRUCT_COOKIE
)

Parameters

  • LT_STRUCT_UID
    Type: System.Guid
    The GUID for a lookup table structure.
  • LT_STRUCT_COOKIE
    Type: System.String
    The token for the lookup table structure.

Return Value

Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableStructuresRow

See Also

Reference

LookupTableMultiLangDataSet.LookupTableStructuresDataTable Class

LookupTableMultiLangDataSet.LookupTableStructuresDataTable Members

AddLookupTableStructuresRow Overload

LookupTable Web Service