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.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function GetProperties ( _
usage As ObjectPropertyUsages _
) As ObjectProperty()
'Usage
Dim instance As EnumObject
Dim usage As ObjectPropertyUsages
Dim returnValue As ObjectProperty()
returnValue = instance.GetProperties(usage)
public ObjectProperty[] GetProperties(
ObjectPropertyUsages usage
)
public:
array<ObjectProperty^>^ GetProperties(
ObjectPropertyUsages usage
)
member GetProperties :
usage:ObjectPropertyUsages -> ObjectProperty[]
public function GetProperties(
usage : ObjectPropertyUsages
) : ObjectProperty[]
Parameters
- usage
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ObjectPropertyUsages
The usage filter.
Return Value
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[]
An array of ObjectProperty.