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
    Get
    Set
'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);
}
function get ExtenderDefaultSchema () : String
function set ExtenderDefaultSchema (value : String)
[<AutomationBrowsableAttribute(false)>]
member ExtenderDefaultSchema : string with get, set

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