共用方式為


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.