Свойство SfcReferenceSelectorAttribute.Field
Gets the field that needs to be return by the query. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property Field As String
Get
'Применение
Dim instance As SfcReferenceSelectorAttribute
Dim value As String
value = instance.Field
public string Field { get; }
public:
property String^ Field {
String^ get ();
}
member Field : string
function get Field () : String
Значение свойства
Тип: System.String
A string that specifies the field that needs to be return by the query.
См. также
Справочник
SfcReferenceSelectorAttribute Класс
Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata