Share via


IDTSForEachSchemaRowsetEnumerator.Restrictions Propiedad

Definición

Obtiene o establece una matriz de cadenas que contiene las restricciones que se van a aplicar 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 de cadenas.

Comentarios

Las restricciones filtran el conjunto de filas que se devuelve.

Se aplica a