Partager via


Méthode EnumPropertyInfo (SqlServerVersions)

Returns an enumerated list of property information.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function EnumPropertyInfo ( _
    versions As SqlServerVersions _
) As SqlPropertyInfo()
'Utilisation
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[]

Paramètres

Valeur de retour

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