Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the list of the links for the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Property PropertyLinkList As ConditionedSqlList
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSqlList
The list of the links for the property.