SyncErrorsDataSet.SyncErrorsDataTable.SYNC_ERROR_UIDColumn - Propriété
Définit la colonne pour le champ SYNC_ERROR_UID .
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SYNC_ERROR_UIDColumn As DataColumn
Get
'Utilisation
Dim instance As SyncErrorsDataSet.SyncErrorsDataTable
Dim value As DataColumn
value = instance.SYNC_ERROR_UIDColumn
public DataColumn SYNC_ERROR_UIDColumn { get; }
Valeur de propriété
Type : System.Data.DataColumn
Voir aussi
Référence
SyncErrorsDataSet.SyncErrorsDataTable classe