DependencyTreeNode.Siblings 属性

Gets or sets the siblings contained in a dependency tree node.

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

语法

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

value = Me.Siblings 

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

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
The siblings contained in a dependency tree node.

请参阅

参考

DependencyTreeNode 类

Microsoft.SqlServer.Management.Smo 命名空间