The Dependency class is a base class that is used to derive the node classes in SQL Server Management Objects (SMO) scripting classes.
The following tables list the members exposed by the Dependency type.
Public Constructors
名称 | Description | |
---|---|---|
Dependency | Overloaded. Initializes a new instance of the Dependency class. |
顶部
Public Properties
名称 | Description | |
---|---|---|
![]() |
Links | Gets the dependency list. |
![]() |
Urn | Gets or sets the URN value that uniquely identifies a Microsoft SQL Server scriptable object that is represented by a node in a DependencyCollection object or a DependencyTree object. |
顶部
Public Methods
(see also Protected Methods )
名称 | Description | |
---|---|---|
![]() |
Copy | Returns a copy of the referenced Dependency object. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
顶部
Protected Methods
名称 | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
顶部
请参阅
参考
Dependency Class
Microsoft.SqlServer.Management.Smo Namespace