IDTSForEachSchemaRowsetEnumerator.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 中)

语法

声明
Property Restrictions As String()
    Get 
    Set
用法
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[])

属性值

类型:array<System.String[]
A String array.

注释

The restrictions filter the rowset that is returned.

请参阅

参考

IDTSForEachSchemaRowsetEnumerator 接口

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO 命名空间