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