Classe DependencyNode
The DependencyNode class represents a node that is defined by a URN address.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..DependencyNode
Microsoft.SqlServer.Management.Smo. . :: . .DependencyCollectionNode
Microsoft.SqlServer.Management.Smo. . :: . .DependencyTreeNode
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Class DependencyNode
'Utilizzo
Dim instance As DependencyNode
public class DependencyNode
public ref class DependencyNode
type DependencyNode = class end
public class DependencyNode
Nel tipo DependencyNode sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DependencyNode | Initializes a new instance of the DependencyNode class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
IsSchemaBound | Determines if the Dependency Node is bound to a schema | |
Urn | Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. |
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
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.
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.