Share via


DatabaseProjectNodeExtender.ExtenderDefaultSchema Property

Gets or sets the default schema.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
<AutomationBrowsableAttribute(False)> _
Public Property ExtenderDefaultSchema As String
'Usage
Dim instance As DatabaseProjectNodeExtender 
Dim value As String 

value = instance.ExtenderDefaultSchema

instance.ExtenderDefaultSchema = value
[AutomationBrowsableAttribute(false)]
public string ExtenderDefaultSchema { get; set; }
[AutomationBrowsableAttribute(false)]
public:
property String^ ExtenderDefaultSchema {
    String^ get ();
    void set (String^ value);
}
public function get ExtenderDefaultSchema () : String 
public function set ExtenderDefaultSchema (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseProjectNodeExtender Class

DatabaseProjectNodeExtender Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace