Gets or sets the list of the ConditionedSql object. 不要直接在程式碼中參照此成員。其支援 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
The list of the ConditionedSql object.