Свойство Fields
Gets the specified fields in the xml. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property Fields As StringCollection
Get
'Применение
Dim instance As XmlReadConditionedStatement
Dim value As StringCollection
value = instance.Fields
public StringCollection Fields { get; }
public:
property StringCollection^ Fields {
StringCollection^ get ();
}
member Fields : StringCollection
function get Fields () : StringCollection
Значение свойства
Тип: System.Collections.Specialized. . :: . .StringCollection
The fields in the xml.