Поделиться через


Свойство ForEachSchemaRowsetEnumerator.Restrictions

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Сборка:  Microsoft.SqlServer.ForEachADOEnumerator (в Microsoft.SqlServer.ForEachADOEnumerator.dll)

Синтаксис

'Декларация
Public Property Restrictions As String()
    Get 
    Set
'Применение
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[])

Значение свойства

Тип: array<System.String[]
A String array.

Реализует

IDTSForEachSchemaRowsetEnumerator.Restrictions

Замечания

The restrictions filter the rowset that is returned.

См. также

Справочник

ForEachSchemaRowsetEnumerator Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO