Condividi tramite


Classe DependencyCollectionNode

The DependencyCollectionNode class represents a node in the dependency collection that is derived during scripting operations.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .DependencyNode
    Microsoft.SqlServer.Management.Smo..::..DependencyCollectionNode

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Class DependencyCollectionNode _
    Inherits DependencyNode
'Utilizzo
Dim instance As DependencyCollectionNode
public class DependencyCollectionNode : DependencyNode
public ref class DependencyCollectionNode : public DependencyNode
type DependencyCollectionNode =  
    class
        inherit DependencyNode
    end
public class DependencyCollectionNode extends DependencyNode

Nel tipo DependencyCollectionNode sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica IsRootNode Gets the Boolean property value that specifies whether the DependencyCollectionNode object represents the root node in the collection.
Proprietà pubblica IsSchemaBound Determines if the Dependency Node is bound to a schema Ereditato da DependencyNode.
Proprietà pubblica 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
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.