Metodo ISfcPropertySet.EnumProperties
Returns an enumerator that can iterate through the properties in the property set. 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
Function EnumProperties As IEnumerable(Of ISfcProperty)
'Utilizzo
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>
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<ISfcProperty>
An IEnumerable<T> object.