共用方式為


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