Partager via


DataTableAttribute Classe

Définition

Attribut appliqué à un type pour spécifier la table Mobile Service qu’il représente.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class DataTableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type DataTableAttribute = class
    inherit Attribute
Public NotInheritable Class DataTableAttribute
Inherits Attribute
Héritage
DataTableAttribute
Attributs

Constructeurs

DataTableAttribute(String)

Initialise une nouvelle instance de la classe DataTableAttribute.

Propriétés

Name

Obtient le nom de la table que la classe représente.

S’applique à