次の方法で共有


CompositeTableKey(String[]) コンストラクター

定義

複合キーを構成するセグメントの CompositeTableKey 順序付きリストを表す 指定された数の String を使用して、 の新しいインスタンスを初期化します。

public CompositeTableKey (params string[] segments);
new Microsoft.WindowsAzure.Mobile.Service.CompositeTableKey : string[] -> Microsoft.WindowsAzure.Mobile.Service.CompositeTableKey
Public Sub New (ParamArray segments As String())

パラメーター

segments
String[]

複合キーを構成するセグメントの String 順序付きセット。

適用対象