Scripter.EnumDependencies Method
Returns an enumerated list that includes the specified object and child or parent dependencies.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Shared Function EnumDependencies ( _
smoObject As SqlSmoObject, _
dependencyType As DependencyType _
) As UrnCollection
public static UrnCollection EnumDependencies (
SqlSmoObject smoObject,
DependencyType dependencyType
)
public:
static UrnCollection^ EnumDependencies (
SqlSmoObject^ smoObject,
DependencyType dependencyType
)
public static UrnCollection EnumDependencies (
SqlSmoObject smoObject,
DependencyType dependencyType
)
public static function EnumDependencies (
smoObject : SqlSmoObject,
dependencyType : DependencyType
) : UrnCollection
Parameters
- smoObject
A SqlSmoObject object value that specifies the object for which the list of dependencies is required.
- dependencyType
A DependencyType object value that specifies the type of dependency, parent or child, that is required.
Return Value
A UrnCollection object value that specifies the list of dependencies for the specified object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Example
How to: Script Out the Dependencies for a Database in Visual Basic .NET
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Scripter Class
Scripter Members
Microsoft.SqlServer.Management.Smo Namespace