次の方法で共有


IDTSForEachSchemaRowsetEnumerator.Restrictions プロパティ

返される行セットに適用される制限を表す Strings の配列を取得します。値の設定も可能です。

名前空間:  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[]
String 配列です。

説明

返される行セットは、この制限によってフィルター処理されます。

関連項目

参照

IDTSForEachSchemaRowsetEnumerator インターフェイス

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO 名前空間