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 版支援此命名空間、類別或成員。