Metodo TargetSetLevel.GetTypeFilterProperties

Gets the type filter properties with the specified skeleton format.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Shared Function GetTypeFilterProperties ( _
    skeleton As String _
) As PropertyInfo()
'Utilizzo
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[]

Parametri

  • skeleton
    Tipo: System.String
    A String object that specifies the skeleton used in the type filter.

Valore restituito

Tipo: array<System.Reflection.PropertyInfo[]
A PropertyInfo object array that contains the type filter property information.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

TargetSetLevel Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf