次の方法で共有


ForEachSchemaRowsetEnumerator.Restrictions プロパティ

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

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

実装

IDTSForEachSchemaRowsetEnumerator.Restrictions

説明

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

関連項目

参照

ForEachSchemaRowsetEnumerator クラス

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