Поделиться через


Dependency Class

The Dependency class is a base class that is used to derive the node classes in SQL Server Management Objects (SMO) scripting classes.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)

Синтаксис

'Декларация
<ComVisibleAttribute(False)> _
Public Class Dependency
[ComVisibleAttribute(false)] 
public class Dependency
[ComVisibleAttribute(false)] 
public ref class Dependency
/** @attribute ComVisibleAttribute(false) */ 
public class Dependency
ComVisibleAttribute(false) 
public class Dependency

Замечания

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.Dependency

Пример

How to: Script Out the Dependencies for a Database in Visual Basic .NET

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Dependency Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Scripting