Condividi tramite


Proprietà Links

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a DependencyChainCollection object that contains the list of dependencies.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Links As DependencyChainCollection
    Get
'Utilizzo
Dim instance As Dependency
Dim value As DependencyChainCollection

value = instance.Links
public DependencyChainCollection Links { get; }
public:
property DependencyChainCollection^ Links {
    DependencyChainCollection^ get ();
}
member Links : DependencyChainCollection
function get Links () : DependencyChainCollection

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .DependencyChainCollection
A DependencyChainCollection object that contains the list of dependencies.