GetTypeFilterProperties méthode
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans 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
Valeur de retour
Type : array<System.Reflection. . :: . .PropertyInfo> [] () [] []
Voir aussi