Свойство ConditionedSqlList
Gets or sets the list of the ConditionedSql object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected Property ConditionedSqlList As ConditionedSqlList
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ConditionedSqlList
The list of the ConditionedSql object.