다음을 통해 공유


LazyNode.Expandable 속성

Gets or sets a value indicating whether a node can be expanded.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Public Overridable Property Expandable As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As LazyNode 
Dim value As Boolean 

value = instance.Expandable

instance.Expandable = value
public virtual bool Expandable { get; set; }
public:
virtual property bool Expandable {
    bool get ();
    void set (bool value);
}
abstract Expandable : bool with get, set 
override Expandable : bool with get, set
function get Expandable () : boolean 
function set Expandable (value : boolean)

속성 값

유형: System.Boolean
true if expandable; otherwise, false.

구현

ILazyLoadingNode.Expandable

참고 항목

참조

LazyNode 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스