LookupTableMultiLangDataSet.Relations - Propriété
Collection de relations DataTable , par exemple les clés primaires, clés étrangères, des types de relations et de contraintes.
Espace de noms : WebSvcLookupTable
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Relations As DataRelationCollection
Get
'Utilisation
Dim instance As LookupTableMultiLangDataSet
Dim value As DataRelationCollection
value = instance.Relations
public DataRelationCollection Relations { get; }
Valeur de propriété
Type : System.Data.DataRelationCollection
Voir aussi
Référence
LookupTableMultiLangDataSet classe