ISfcPropertySet.EnumProperties Method ()

 

Applies To: SQL Server 2016 Preview

Returns an enumerator that can iterate through the properties in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

IEnumerable<ISfcProperty> EnumProperties()
IEnumerable<ISfcProperty^>^ EnumProperties()
abstract EnumProperties : unit -> IEnumerable<ISfcProperty>
Function EnumProperties As IEnumerable(Of ISfcProperty)

Return Value

Type: System.Collections.Generic.IEnumerable<ISfcProperty>

An IEnumerable<T> object.

See Also

ISfcPropertySet Interface
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top