Udostępnij przez


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

'Deklaracja
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.

Example

Scripting

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.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.