Compartir a través de


SqlObjectBase.ConditionedSqlList Propiedad

Gets or sets the list of the ConditionedSql object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

SqlObjectBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc