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 네임스페이스