Метод TargetSetLevel.GetTypeFilterProperties

Gets the type filter properties with the specified skeleton format.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Shared Function GetTypeFilterProperties ( _
    skeleton As String _
) As PropertyInfo()
'Применение
Dim skeleton As String 
Dim returnValue As PropertyInfo()

returnValue = TargetSetLevel.GetTypeFilterProperties(skeleton)
public static PropertyInfo[] GetTypeFilterProperties(
    string skeleton
)
public:
static array<PropertyInfo^>^ GetTypeFilterProperties(
    String^ skeleton
)
static member GetTypeFilterProperties : 
        skeleton:string -> PropertyInfo[] 
public static function GetTypeFilterProperties(
    skeleton : String
) : PropertyInfo[]

Параметры

  • skeleton
    Тип: System.String
    A String object that specifies the skeleton used in the type filter.

Возвращаемое значение

Тип: array<System.Reflection.PropertyInfo[]
A PropertyInfo object array that contains the type filter property information.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

TargetSetLevel Класс

Пространство имен Microsoft.SqlServer.Management.Dmf