IWithColumn<ParentT> Interface
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.
Étape d’une définition de table Cassandra permettant de définir des colonnes de table Cassandra.
public interface IWithColumn<ParentT>
type IWithColumn<'ParentT> = interface
Public Interface IWithColumn(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
Méthodes
WithColumn(Column) |
Spécifie une colonne de table Cassandra. |
WithColumn(String, String) |
Spécifie une colonne de table Cassandra. |
WithColumns(IList<Column>) |
Ajoute toutes les colonnes. |
S’applique à
Azure SDK for .NET