PropertyCollection.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<ISfcProperty>
A feneric IEnumerable of type ISfcProperty.

实现

ISfcPropertySet.EnumProperties()

请参阅

参考

PropertyCollection 类

Microsoft.SqlServer.Management.Smo 命名空间