Méthode TargetSetLevel.GetTypeFilterProperties
Gets the type filter properties with the specified skeleton format.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Function GetTypeFilterProperties ( _
skeleton As String _
) As PropertyInfo()
'Utilisation
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[]
Paramètres
- skeleton
Type : System.String
A String object that specifies the skeleton used in the type filter.
Valeur de retour
Type : array<System.Reflection.PropertyInfo[]
A PropertyInfo object array that contains the type filter property information.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.