DataSourceView.Name プロパティ
定義
データ ソース ビュー名を取得します。Gets the name of the data source view.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
プロパティ値
DataSourceView の名前 (名前がある場合)。The name of the DataSourceView, if it has one. 既定値は Empty です。The default value is Empty.