DependencyCollectionNode-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Class DependencyCollectionNode _
    Inherits DependencyNode
'Usage
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

Der DependencyCollectionNode-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsRootNode Gets the Boolean property value that specifies whether the DependencyCollectionNode object represents the root node in the collection.
Öffentliche Eigenschaft IsSchemaBound Determines if the Dependency Node is bound to a schema (Geerbt von DependencyNode.)
Öffentliche Eigenschaft Urn Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. (Geerbt von DependencyNode.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Beispiele

Skripterstellung

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace