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