Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.