다음을 통해 공유


EnumPropertyInfo 메서드 (SqlServerVersions)

Returns an enumerated list of property information.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Function EnumPropertyInfo ( _
    versions As SqlServerVersions _
) As SqlPropertyInfo()
‘사용 방법
Dim instance As SqlPropertyCollection
Dim versions As SqlServerVersions
Dim returnValue As SqlPropertyInfo()

returnValue = instance.EnumPropertyInfo(versions)
public SqlPropertyInfo[] EnumPropertyInfo(
    SqlServerVersions versions
)
public:
array<SqlPropertyInfo^>^ EnumPropertyInfo(
    SqlServerVersions versions
)
member EnumPropertyInfo : 
        versions:SqlServerVersions -> SqlPropertyInfo[] 
public function EnumPropertyInfo(
    versions : SqlServerVersions
) : SqlPropertyInfo[]

매개 변수

반환 값

형식: array<Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyInfo> [] () [] []
A SqlPropertyInfo object array value that specifies a list of property information for the referenced object.