Właściwość SqlObjectBase.PropertyLinkList
Pobiera lub ustawia listy właściwość łącza.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Protected Property PropertyLinkList As ConditionedSqlList
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
Listy właściwość łącza.