DataExplorerConnection.DisplayName プロパティ
を取得または設定、このデータ接続のルート ノードの表示名。
名前空間: Microsoft.VisualStudio.Data
アセンブリ: Microsoft.VisualStudio.Data (Microsoft.VisualStudio.Data.dll 内)
構文
'宣言
Public MustOverride Property DisplayName As String
public abstract string DisplayName { get; set; }
public:
virtual property String^ DisplayName {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract DisplayName : string with get, set
abstract function get DisplayName () : String
abstract function set DisplayName (value : String)
プロパティ値
型 : System.String
この接続のルート ノードのリテラル文字列の表示名を返します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。