Класс SfcReferenceSelectorAttribute
Represents an attribute that allows valid values to be returned that can be applied to a property that is also a soft reference. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Этот API-интерфейс несовместим с CLS. В качестве CLS-совместимой альтернативы можно использовать [false].
Иерархия наследования
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceSelectorAttribute
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := False)> _
<CLSCompliantAttribute(False)> _
Public Class SfcReferenceSelectorAttribute _
Inherits Attribute
'Применение
Dim instance As SfcReferenceSelectorAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
[CLSCompliantAttribute(false)]
public class SfcReferenceSelectorAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = false)]
[CLSCompliantAttribute(false)]
public ref class SfcReferenceSelectorAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)>]
[<CLSCompliantAttribute(false)>]
type SfcReferenceSelectorAttribute =
class
inherit Attribute
end
public class SfcReferenceSelectorAttribute extends Attribute
Тип SfcReferenceSelectorAttribute обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
SfcReferenceSelectorAttribute | Initializes a new instance of the SfcReferenceSelectorAttribute class with the specified field and path expression. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Arguments | Gets the arguments for the PathExpression. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
Field | Gets the field that needs to be return by the query. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
PathExpression | Gets the path expression that is use to resolve the reference. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
![]() |
TypeId | (Производный от Attribute.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Attribute.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Attribute.) |
![]() |
GetType | (Производный от Object.) |
![]() |
IsDefaultAttribute | (Производный от Attribute.) |
![]() |
Match | (Производный от Attribute.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
_Attribute.GetIDsOfNames | (Производный от Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfo | (Производный от Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfoCount | (Производный от Attribute.) |
![]() ![]() |
_Attribute.Invoke | (Производный от Attribute.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata