GetTypeFilterProperties メソッド
指定したスケルトン形式を持つ型フィルターのプロパティを取得します。
名前空間: 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
型フィルターで使用されているスケルトンを指定する String オブジェクトです。
戻り値
型: array<System.Reflection. . :: . .PropertyInfo> [] () [] []
型フィルターのプロパティ情報を格納する PropertyInfo オブジェクト配列です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。