Método TargetSetLevel.GetTypeFilterProperties
Gets the type filter properties with the specified skeleton format.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Shared Function GetTypeFilterProperties ( _
skeleton As String _
) As PropertyInfo()
'Uso
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[]
Parâmetros
- skeleton
Tipo: System.String
A String object that specifies the skeleton used in the type filter.
Valor de retorno
Tipo: array<System.Reflection.PropertyInfo[]
A PropertyInfo object array that contains the type filter property information.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.