DataColumn.Prefix Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un préfixe XML qui alias l’espace de noms du DataTable.
public:
property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
public string Prefix { get; set; }
[System.Data.DataSysDescription("DataColumnPrefixDescr")]
public string Prefix { get; set; }
member this.Prefix : string with get, set
[<System.Data.DataSysDescription("DataColumnPrefixDescr")>]
member this.Prefix : string with get, set
Public Property Prefix As String
Valeur de propriété
Préfixe XML de l’espace DataTable de noms.
- Attributs
Remarques
Il Prefix est utilisé dans un document XML pour identifier les éléments qui appartiennent à l’espace de noms d’un DataSet objet (tel que défini par la Namespace propriété).