Condividi tramite


Metodo SfcPropertyCollection.EnumProperties

Enumerates all the properties in the property collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function EnumProperties As IEnumerable(Of ISfcProperty)
'Utilizzo
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>

Valore restituito

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

Implementa

ISfcPropertySet.EnumProperties()

Vedere anche

Riferimento

SfcPropertyCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc