Metodo GetTypeFilterProperties
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
Valore restituito
Tipo: array<System.Reflection. . :: . .PropertyInfo> [] () [] []
Vedere anche