Classe DependencyTreeNode
The DependencyTreeNode class represents the child and sibling SQL Server objects within a DependencyTree object hierarchy.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Smo.DependencyNode
Microsoft.SqlServer.Management.Smo.DependencyTreeNode
Microsoft.SqlServer.Management.Smo.DependencyTree
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Class DependencyTreeNode _
Inherits DependencyNode
'Utilizzo
Dim instance As DependencyTreeNode
public class DependencyTreeNode : DependencyNode
public ref class DependencyTreeNode : public DependencyNode
type DependencyTreeNode =
class
inherit DependencyNode
end
public class DependencyTreeNode extends DependencyNode
Nel tipo DependencyTreeNode sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DependencyTreeNode | Initializes a new instance of the DependencyTreeNode class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
FirstChild | Gets the first child DependencyTreeNode object of the referenced DependencyTreeNode object. | |
HasChildNodes | Gets the Boolean property value that specifies whether the DependencyTreeNode object has any child nodes. | |
Index | Gets or sets the item at the given index in tree node collection. | |
IsSchemaBound | Determines if the Dependency Node is bound to a schema Ereditato da DependencyNode. | |
NextSibling | Gets the next sibling DependencyTreeNode object in the referenced DependencyTreeNode object. | |
NumberOfSiblings | Gets the number of sibling DependencyTreeNode objects in the referenced DependencyTreeNode object. | |
Siblings | Gets or sets the siblings contained in a dependency tree node. | |
Urn | Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. Ereditato da DependencyNode. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
The SQL Server objects that the DependencyTree object and DependencyTreeNode objects represent can be obtained using the Urn property. The DependencyTreeNode object can be navigated using the various properties such as FirstChild and NextSibling.
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Esempi
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.