DataTableAttribute(String) コンストラクター

定義

DataTableAttribute クラスの新しいインスタンスを初期化します。

public DataTableAttribute (string name);
new Microsoft.WindowsAzure.MobileServices.DataTableAttribute : string -> Microsoft.WindowsAzure.MobileServices.DataTableAttribute
Public Sub New (name As String)

パラメーター

name
String

クラスが表すテーブルの名前。

適用対象