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 命名空间