Freigeben über


SfcPropertyCollection.EnumProperties-Methode

Enumerates all the properties in the property collection. 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
Public Function EnumProperties As IEnumerable(Of ISfcProperty)
'Usage
Dim instance As SfcPropertyCollection 
Dim returnValue As IEnumerable(Of ISfcProperty)

returnValue = instance.EnumProperties()
public IEnumerable<ISfcProperty> EnumProperties()
public:
virtual IEnumerable<ISfcProperty^>^ EnumProperties() sealed
abstract EnumProperties : unit -> IEnumerable<ISfcProperty> 
override EnumProperties : unit -> IEnumerable<ISfcProperty> 
public final function EnumProperties() : IEnumerable<ISfcProperty>

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<ISfcProperty>
The properties in the property collection.

Implementiert

ISfcPropertySet.EnumProperties()

Siehe auch

Verweis

SfcPropertyCollection Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace