Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Enumerates over the children of the dependency node. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property Children As IEnumerable(Of SfcDependencyNode)
Get
'Применение
Dim instance As SfcDependencyNode
Dim value As IEnumerable(Of SfcDependencyNode)
value = instance.Children
public IEnumerable<SfcDependencyNode> Children { get; }
public:
property IEnumerable<SfcDependencyNode^>^ Children {
IEnumerable<SfcDependencyNode^>^ get ();
}
member Children : IEnumerable<SfcDependencyNode>
function get Children () : IEnumerable<SfcDependencyNode>
Значение свойства
Тип: System.Collections.Generic.IEnumerable<SfcDependencyNode>
An enumerator for the children of the current node, or null if there are no children.