Siblings 属性

Gets or sets 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)