DependencyTree.Roots Property
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Protected Friend Property Roots As DependencyChainCollection
protected internal DependencyChainCollection Roots { get; set; }
protected public:
property DependencyChainCollection^ Roots {
DependencyChainCollection^ get ();
void set (DependencyChainCollection^ value);
}
/** @property */
protected DependencyChainCollection get_Roots ()
/** @property */
protected void set_Roots (DependencyChainCollection value)
protected internal function get Roots () : DependencyChainCollection
protected internal function set Roots (value : DependencyChainCollection)
Синхронизация потоков
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.
См. также
Справочник
DependencyTree Class
DependencyTree Members
Microsoft.SqlServer.Management.Smo Namespace