Proprietà ConditionedSqlList
Gets or sets the list of the ConditionedSql object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Property ConditionedSqlList As ConditionedSqlList
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ConditionedSqlList
The list of the ConditionedSql object.
Vedere anche