Freigeben über


GetTypeFilterProperties-Methode

Gets the type filter properties with the specified skeleton format.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Shared Function GetTypeFilterProperties ( _
    skeleton As String _
) As PropertyInfo()
'Usage
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[]

Parameter

Rückgabewert

Typ: array<System.Reflection. . :: . .PropertyInfo> [] () [] []
A PropertyInfo object array that contains the type filter property information.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.