Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns an enumerated list of property information.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumPropertyInfo ( _
versions As SqlServerVersions _
) As SqlPropertyInfo()
'Usage
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[]
Parameter
- versions
Typ: Microsoft.SqlServer.Management.Smo.SqlServerVersions
A SqlServerVersions object value that specifies the version of Microsoft SQL Server to which the results are limited.
Rückgabewert
Typ: array<Microsoft.SqlServer.Management.Smo.SqlPropertyInfo[]
A SqlPropertyInfo object array value that specifies a list of property information for the referenced object.