Delen via


SqlClrReferenceNodeExtender.IsVisible Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntax

'Declaration
Public Property IsVisible As Boolean
public bool IsVisible { get; set; }
public:
property bool IsVisible {
    bool get ();
    void set (bool value);
}
member IsVisible : bool with get, set
function get IsVisible () : boolean
function set IsVisible (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlClrReferenceNodeExtender Class

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal Namespace