ISfcPropertySet.EnumProperties 方法

Gets the enumerator for the property collection.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Private Function EnumProperties As IEnumerable(Of ISfcProperty)
    Implements ISfcPropertySet.EnumProperties
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

傳回值

型別:System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'ISfcProperty> ) > ) >
A feneric IEnumerable of type ISfcProperty.

實作

ISfcPropertySet. . :: . .EnumProperties() () () ()