Compartir a través de


SqlPropertyCollection.EnumPropertyInfo Método

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 As SqlPropertyInfo()
'Uso
Dim instance As SqlPropertyCollection 
Dim returnValue As SqlPropertyInfo()

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

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