Compartir a través de


ForEachSchemaRowsetEnumerator.Restrictions Propiedad

Definición

Obtiene o establece una matriz de cadenas que contiene las restricciones que se aplicarán al conjunto de filas que se devuelve.

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()

Valor de propiedad

String[]

Matriz string.

Implementaciones

Comentarios

Las restricciones filtran el conjunto de filas que se devuelve.

Se aplica a