Freigeben über


SqlObjectBase.ConditionedSqlList-Eigenschaft

Gets or sets the list of the ConditionedSql object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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)

Eigenschaftswert

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

Siehe auch

Verweis

SqlObjectBase Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace