IsRootNode 속성

Gets the Boolean property value that specifies whether the DependencyCollectionNode object represents the root node in the collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Property IsRootNode As Boolean
    Get
    Set
‘사용 방법
Dim instance As DependencyCollectionNode
Dim value As Boolean

value = instance.IsRootNode

instance.IsRootNode = value
public bool IsRootNode { get; set; }
public:
property bool IsRootNode {
    bool get ();
    void set (bool value);
}
member IsRootNode : bool with get, set
function get IsRootNode () : boolean
function set IsRootNode (value : boolean)

속성 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether the DependencyCollectionNode object represents the root node in the dependency collection.
If True, the DependencyCollectionNode is the root node.
If False (default), the DependencyCollectionNode is not the root node.

예제

스크립팅