ターゲット データベースの名前を取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
<AutomationBrowsableAttribute(False)> _
Public ReadOnly Property ExtenderTargetDBName As String
'使用
Dim instance As DatabaseProjectNodeExtender
Dim value As String
value = instance.ExtenderTargetDBName
[AutomationBrowsableAttribute(false)]
public string ExtenderTargetDBName { get; }
[AutomationBrowsableAttribute(false)]
public:
property String^ ExtenderTargetDBName {
String^ get ();
}
public function get ExtenderTargetDBName () : String
プロパティ値
型 : System.String
参照
参照
DatabaseProjectNodeExtender クラス
DatabaseProjectNodeExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders 名前空間