Свойство ConditionedSql.Fields
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected ReadOnly Property Fields As StringCollection
Get
'Применение
Dim value As StringCollection
value = Me.Fields
protected StringCollection Fields { get; }
protected:
property StringCollection^ Fields {
StringCollection^ get ();
}
member Fields : StringCollection
function get Fields () : StringCollection
Значение свойства
Тип: System.Collections.Specialized.StringCollection
A StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.