共用方式為


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 命名空間