Freigeben über


ISfcPropertySet.EnumProperties-Methode

Returns an enumerator that can iterate through the properties in the property set. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Function EnumProperties As IEnumerable(Of ISfcProperty)
'Usage
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>

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<ISfcProperty>
An IEnumerable<T> object.

Siehe auch

Verweis

ISfcPropertySet Schnittstelle

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace