次の方法で共有


ICosmosDBAccount.GetTable(String) メソッド

定義

public Microsoft.Azure.Management.CosmosDB.Fluent.ITable GetTable (string name);
abstract member GetTable : string -> Microsoft.Azure.Management.CosmosDB.Fluent.ITable
Public Function GetTable (name As String) As ITable

パラメーター

name
String

テーブル データベースの名前。

戻り値

特定のテーブル データベース。

適用対象