Bagikan melalui


PropertyCollection.. Method

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>

Implements

ISfcPropertySetEnumProperties()