MetaColumn.IsString 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 une valeur qui indique si le type de champ de données est un type chaîne.
public:
property bool IsString { bool get(); };
public bool IsString { get; }
member this.IsString : bool
Public ReadOnly Property IsString As Boolean
Valeur de propriété
true
si le type de champ de données est un type chaîne ; sinon, false
.