DependencyTree.Roots 属性

Gets or sets the collection of root nodes.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Friend Property Roots As DependencyChainCollection 
    Get 
    Set
用法
Dim value As DependencyChainCollection 

value = Me.Roots 

Me.Roots = value
protected internal DependencyChainCollection Roots { get; set; }
protected public:
property DependencyChainCollection^ Roots {
    DependencyChainCollection^ get ();
    void set (DependencyChainCollection^ value);
}
member Roots : DependencyChainCollection with get, set
function get Roots () : DependencyChainCollection 
function set Roots (value : DependencyChainCollection)

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The collection of root nodes.

请参阅

参考

DependencyTree 类

Microsoft.SqlServer.Management.Smo 命名空间