次の方法で共有


StatusingDataSet.LocalLookupTableFullValuesDataTable.AddLocalLookupTableFullValuesRow Method (Guid, Guid, Guid, String, Int32, Decimal, DateTime)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function AddLocalLookupTableFullValuesRow ( _
    PROJ_UID As Guid, _
    MD_PROP_UID As Guid, _
    CODE_VALUE As Guid, _
    LT_VALUE_FULL As String, _
    LT_VALUE_DUR As Integer, _
    LT_VALUE_NUM As Decimal, _
    LT_VALUE_DATE As DateTime _
) As StatusingDataSet.LocalLookupTableFullValuesRow
'Usage
Dim instance As StatusingDataSet.LocalLookupTableFullValuesDataTable
Dim PROJ_UID As Guid
Dim MD_PROP_UID As Guid
Dim CODE_VALUE As Guid
Dim LT_VALUE_FULL As String
Dim LT_VALUE_DUR As Integer
Dim LT_VALUE_NUM As Decimal
Dim LT_VALUE_DATE As DateTime
Dim returnValue As StatusingDataSet.LocalLookupTableFullValuesRow

returnValue = instance.AddLocalLookupTableFullValuesRow(PROJ_UID, _
    MD_PROP_UID, CODE_VALUE, LT_VALUE_FULL, _
    LT_VALUE_DUR, LT_VALUE_NUM, LT_VALUE_DATE)
public StatusingDataSet.LocalLookupTableFullValuesRow AddLocalLookupTableFullValuesRow(
    Guid PROJ_UID,
    Guid MD_PROP_UID,
    Guid CODE_VALUE,
    string LT_VALUE_FULL,
    int LT_VALUE_DUR,
    decimal LT_VALUE_NUM,
    DateTime LT_VALUE_DATE
)

Parameters

Return Value

Type: [Statusing Web service].StatusingDataSet.LocalLookupTableFullValuesRow

See Also

Reference

StatusingDataSet.LocalLookupTableFullValuesDataTable Class

StatusingDataSet.LocalLookupTableFullValuesDataTable Members

AddLocalLookupTableFullValuesRow Overload

Statusing Web Service