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


Метод ISfcPropertySet.EnumProperties

Returns an enumerator that can iterate through the properties in the property set. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Function EnumProperties As IEnumerable(Of ISfcProperty)
'Применение
Dim instance As ISfcPropertySet 
Dim returnValue As IEnumerable(Of ISfcProperty)

returnValue = instance.EnumProperties()
IEnumerable<ISfcProperty> EnumProperties()
IEnumerable<ISfcProperty^>^ EnumProperties()
abstract EnumProperties : unit -> IEnumerable<ISfcProperty> 
function EnumProperties() : IEnumerable<ISfcProperty>

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerable<ISfcProperty>
An IEnumerable<T> object.

См. также

Справочник

ISfcPropertySet Интерфейс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc