TargetSetLevel.GetTypeFilterProperties Method
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[]
Parameters
- skeleton
Type: System.String
A String object that specifies the skeleton used in the type filter.
Return Value
Type: array<System.Reflection.PropertyInfo[]
A PropertyInfo object array that contains the type filter property information.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.