Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 As SqlPropertyInfo()
'Usage
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[]
Return Value
Type: array<Microsoft.SqlServer.Management.Smo.SqlPropertyInfo[]
A SqlPropertyInfo object array value that specifies a list of property information for the referenced object.