Udostępnij przez


Właściwość SqlObjectBase.ConditionedSqlList

Pobiera lub ustawia listę ConditionedSql obiektu.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Protected Property ConditionedSqlList As ConditionedSqlList
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
Lista ConditionedSql obiektu.