Właściwość IDTSForEachSchemaRowsetEnumerator.Restrictions
Pobiera lub ustawia tablicę ciągów zawiera ograniczenia do zestawu zestaw wierszy, która jest zwracana.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Zestaw: Microsoft.SqlServer.ForEachADOEnumerator (w Microsoft.SqlServer.ForEachADOEnumerator.dll)
Składnia
'Deklaracja
Property Restrictions As String()
Get
Set
'Użycie
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[])
Wartość właściwości
Typ: array<System.String[]
A ciąg tablicy.
Uwagi
Ograniczenia filtru zestawu zestaw wierszy, która jest zwracana.