ForEachSchemaRowsetEnumerator.Restrictions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.