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)
屬性值
型別:DependencyChainCollection
DependencyChainCollection