Свойство PropertyLinkList

Gets or sets the list of the links for the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Protected Property PropertyLinkList As ConditionedSqlList
    Get
    Set
'Применение
Dim value As ConditionedSqlList

value = Me.PropertyLinkList

Me.PropertyLinkList = value
protected ConditionedSqlList PropertyLinkList { get; set; }
protected:
property ConditionedSqlList^ PropertyLinkList {
    ConditionedSqlList^ get ();
    void set (ConditionedSqlList^ value);
}
member PropertyLinkList : ConditionedSqlList with get, set
function get PropertyLinkList () : ConditionedSqlList
function set PropertyLinkList (value : ConditionedSqlList)

Значение свойства

Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ConditionedSqlList
The list of the links for the property.