Freigeben über


ForEachSchemaRowsetEnumerator.Restrictions-Eigenschaft

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()
    Get 
    Set
'Usage
Dim instance As ForEachSchemaRowsetEnumerator 
Dim value As String()

value = instance.Restrictions

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

Eigenschaftswert

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

Implementiert

IDTSForEachSchemaRowsetEnumerator.Restrictions

Hinweise

The restrictions filter the rowset that is returned.

Siehe auch

Verweis

ForEachSchemaRowsetEnumerator Klasse

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