次の方法で共有


IDTSForEachSchemaRowsetEnumerator.Restrictions プロパティ

定義

返される行セットに適用する制限を含む文字列の配列を取得または設定します。

public:
 property cli::array <System::String ^> ^ Restrictions { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Restrictions { get; set; }
member this.Restrictions : string[] with get, set
Public Property Restrictions As String()

プロパティ値

String[]

文字列配列。

注釈

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

適用対象