Partilhar via


Propriedade do RDL IDTSForEachSchemaRowsetEnumerator.Restrictions

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly:  Microsoft.SqlServer.ForEachADOEnumerator (em Microsoft.SqlServer.ForEachADOEnumerator.dll)

Sintaxe

'Declaração
Property Restrictions As String()
    Get 
    Set
'Uso
Dim instance As IDTSForEachSchemaRowsetEnumerator 
Dim value As String()

value = instance.Restrictions

instance.Restrictions = value
string[] Restrictions { get; set; }
property array<String^>^ Restrictions {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
abstract Restrictions : string[] with get, set
function get Restrictions () : String[]
function set Restrictions (value : String[])

Valor da propriedade

Tipo: array<System.String[]
A String array.

Comentários

The restrictions filter the rowset that is returned.

Consulte também

Referência

IDTSForEachSchemaRowsetEnumerator Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO