Méthode ISfcPropertySet.EnumProperties
Returns an enumerator that can iterate through the properties in the property set. Ne faites pas directement référence à 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
Function EnumProperties As IEnumerable(Of ISfcProperty)
'Utilisation
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>
Valeur de retour
Type : System.Collections.Generic.IEnumerable<ISfcProperty>
An IEnumerable<T> object.