DataSetInfo.TableName プロパティ

定義

テーブルの名前を取得します。値の設定も可能です。

public:
 property System::String ^ TableName { System::String ^ get(); void set(System::String ^ value); };
public string TableName { get; set; }
member this.TableName : string with get, set
Public Property TableName As String

プロパティ値

テーブルの名前。

適用対象