ForEachSchemaRowsetEnumerator.Restrictions Property

Definition

Gets or sets an array of Strings that contains the restrictions to apply to the rowset that is returned.

public:
 property cli::array <System::String ^> ^ Restrictions { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Restrictions { get; set; }
member this.Restrictions : string[] with get, set
Public Property Restrictions As String()

Property Value

String[]

A String array.

Implements

Remarks

The restrictions filter the rowset that is returned.

Applies to