Partilhar via


Propriedade do RDL SqlObjectBase.ConditionedSqlList

Gets or sets the list of the ConditionedSql object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Protected Property ConditionedSqlList As ConditionedSqlList 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

SqlObjectBase Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc