ExtenderTargetDBName Property
Gets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<AutomationBrowsableAttribute(False)> _
Public ReadOnly Property ExtenderTargetDBName As String
Get
'Usage
Dim instance As DatabaseProjectProjectNodeExtender
Dim value As String
value = instance.ExtenderTargetDBName
[AutomationBrowsableAttribute(false)]
public string ExtenderTargetDBName { get; }
[AutomationBrowsableAttribute(false)]
public:
property String^ ExtenderTargetDBName {
String^ get ();
}
[<AutomationBrowsableAttribute(false)>]
member ExtenderTargetDBName : string
function get ExtenderTargetDBName () : String
Property Value
Type: System..::..String
See Also
Reference
DatabaseProjectProjectNodeExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace