SyncDataSet.SyncValueTranslationsDataTable.AddSyncValueTranslationsRow-Methode (Guid, Guid, String, String, String)
Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddSyncValueTranslationsRow ( _
SYNC_WSS_LIST_UID As Guid, _
SYNC_WSS_FIELD_UID As Guid, _
SYNC_WSS_FIELD_NAME As String, _
SYNC_WSS_VALUE As String, _
SYNC_PROJECT_VALUE As String _
) As SyncDataSet.SyncValueTranslationsRow
'Usage
Dim instance As SyncDataSet.SyncValueTranslationsDataTable
Dim SYNC_WSS_LIST_UID As Guid
Dim SYNC_WSS_FIELD_UID As Guid
Dim SYNC_WSS_FIELD_NAME As String
Dim SYNC_WSS_VALUE As String
Dim SYNC_PROJECT_VALUE As String
Dim returnValue As SyncDataSet.SyncValueTranslationsRow
returnValue = instance.AddSyncValueTranslationsRow(SYNC_WSS_LIST_UID, _
SYNC_WSS_FIELD_UID, SYNC_WSS_FIELD_NAME, _
SYNC_WSS_VALUE, SYNC_PROJECT_VALUE)
public SyncDataSet.SyncValueTranslationsRow AddSyncValueTranslationsRow(
Guid SYNC_WSS_LIST_UID,
Guid SYNC_WSS_FIELD_UID,
string SYNC_WSS_FIELD_NAME,
string SYNC_WSS_VALUE,
string SYNC_PROJECT_VALUE
)
Parameter
- SYNC_WSS_LIST_UID
Typ: System.Guid
- SYNC_WSS_FIELD_UID
Typ: System.Guid
- SYNC_WSS_FIELD_NAME
Typ: System.String
- SYNC_WSS_VALUE
Typ: System.String
- SYNC_PROJECT_VALUE
Typ: System.String
Rückgabewert
Typ: WebSvcProject.SyncDataSet.SyncValueTranslationsRow
Siehe auch
Referenz
SyncDataSet.SyncValueTranslationsDataTable Klasse
SyncDataSet.SyncValueTranslationsDataTable-Member