Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the enumerator for the property collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private Function EnumProperties As IEnumerable(Of ISfcProperty)
Implements ISfcPropertySet.EnumProperties
'Usage
Dim instance As PropertyCollection
Dim returnValue As IEnumerable(Of ISfcProperty)
returnValue = CType(instance, ISfcPropertySet).EnumProperties()
IEnumerable<ISfcProperty> ISfcPropertySet.EnumProperties()
private:
virtual IEnumerable<ISfcProperty^>^ EnumProperties() sealed = ISfcPropertySet::EnumProperties
private abstract EnumProperties : unit -> IEnumerable<ISfcProperty>
private override EnumProperties : unit -> IEnumerable<ISfcProperty>
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Collections.Generic.IEnumerable<ISfcProperty>
A feneric IEnumerable of type ISfcProperty.
Implements
ISfcPropertySet.EnumProperties()