Freigeben über


IWithColumn<ParentT>.WithColumn Methode

Definition

Überlädt

WithColumn(Column)

Gibt eine Cassandra-Tabellenspalte an.

WithColumn(String, String)

Gibt eine Cassandra-Tabellenspalte an.

WithColumn(Column)

Gibt eine Cassandra-Tabellenspalte an.

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT> WithColumn (Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column column);
abstract member WithColumn : Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<'ParentT>
Public Function WithColumn (column As Column) As IWithAttach(Of ParentT)

Parameter

column
Column

Die Cassandra-Spalte.

Gibt zurück

Die nächste Phase der Definition.

Gilt für:

WithColumn(String, String)

Gibt eine Cassandra-Tabellenspalte an.

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT> WithColumn (string name, string type);
abstract member WithColumn : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<'ParentT>
Public Function WithColumn (name As String, type As String) As IWithAttach(Of ParentT)

Parameter

name
String

Der Name der Cassandra-Tabellenspalte.

type
String

Der Typ der Cassandra-Tabellenspalte

Gibt zurück

Die nächste Phase der Definition.

Gilt für: