Propriété SqlObjectBase.ConditionedSqlList
Gets or sets the list of the ConditionedSql object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Property ConditionedSqlList As ConditionedSqlList
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
The list of the ConditionedSql object.