TargetSetLevel.GetTypeFilterProperties(String) Method

Definition

Returns filtering properties supported by the SMO type represented by the given expression, or null if it's not a valid SMO type.

public static System.Reflection.PropertyInfo[] GetTypeFilterProperties (string skeleton);
static member GetTypeFilterProperties : string -> System.Reflection.PropertyInfo[]
Public Shared Function GetTypeFilterProperties (skeleton As String) As PropertyInfo()

Parameters

skeleton
String

Returns

Applies to