Méthode EnumProperties
Enumerates all the properties in the property collection. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function EnumProperties As IEnumerable(Of ISfcProperty)
'Utilisation
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>
Valeur de retour
Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'ISfcProperty> ) > ) >
The properties in the property collection.
Implémente
Voir aussi