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 命名空间