Share via


ForEachSchemaRowsetEnumerator.Restrictions Property

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 (in microsoft.sqlserver.foreachadoenumerator.dll)

Syntax

'Declaration
Public Property Restrictions As String()
public string[] Restrictions { get; set; }
public:
virtual property array<String^>^ Restrictions {
    array<String^>^ get () sealed;
    void set (array<String^>^ value) sealed;
}
/** @property */
public final String[] get_Restrictions ()

/** @property */
public final void set_Restrictions (String[] value)
public final function get Restrictions () : String[]

public final function set Restrictions (value : String[])

Property Value

A String array.

Remarks

The restrictions filter the rowset that is returned.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ForEachSchemaRowsetEnumerator Class
ForEachSchemaRowsetEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO Namespace