Compartir a través de


SqlPropertyCollection.EnumPropertyInfo Método (SqlServerVersions)

Returns an enumerated list of property information.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Function EnumPropertyInfo ( _
    versions As SqlServerVersions _
) As SqlPropertyInfo()
'Uso
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[]

Parámetros

Valor devuelto

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

Ejemplos

Usar colecciones

Vea también

Referencia

SqlPropertyCollection Clase

Sobrecarga de EnumPropertyInfo

Espacio de nombres Microsoft.SqlServer.Management.Smo