Share via


SqlObjectBase.ConditionedSqlList プロパティ

ConditionedSql オブジェクトの一覧を取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Protected Property ConditionedSqlList As ConditionedSqlList 
    Get 
    Set
'使用
Dim value As ConditionedSqlList 

value = Me.ConditionedSqlList 

Me.ConditionedSqlList = value
protected ConditionedSqlList ConditionedSqlList { get; set; }
protected:
property ConditionedSqlList^ ConditionedSqlList {
    ConditionedSqlList^ get ();
    void set (ConditionedSqlList^ value);
}
member ConditionedSqlList : ConditionedSqlList with get, set
function get ConditionedSqlList () : ConditionedSqlList 
function set ConditionedSqlList (value : ConditionedSqlList)

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
ConditionedSql オブジェクトの一覧です。

関連項目

参照

SqlObjectBase クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間