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 버전에서만 지원됩니다.