Classe DependencyCollectionNode
The DependencyCollectionNode class represents a node in the dependency collection that is derived during scripting operations.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Smo.DependencyNode
Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Class DependencyCollectionNode _
Inherits DependencyNode
'Utilisation
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
Le type DependencyCollectionNode expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
IsRootNode | Gets the Boolean property value that specifies whether the DependencyCollectionNode object represents the root node in the collection. | |
IsSchemaBound | Determines if the Dependency Node is bound to a schema (hérité de DependencyNode.) | |
Urn | Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents. (hérité de DependencyNode.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Exemples
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.