Dela via


SqlObjectBase.ConditionedSqlList Property

Gets or sets the list of the ConditionedSql object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Property ConditionedSqlList As ConditionedSqlList
    Get
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
The list of the ConditionedSql object.