Condividi tramite


Proprietà IDeploymentTarget.Deployments

Ottiene le distribuzioni in cui sono implementati gli elementi al database di destinazione.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Deployments
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property Deployments As IEnumerable(Of IDeployment)
IEnumerable<IDeployment> Deployments { get; }
property IEnumerable<IDeployment^>^ Deployments {
    IEnumerable<IDeployment^>^ get ();
}
abstract Deployments : IEnumerable<IDeployment>
function get Deployments () : IEnumerable<IDeployment>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<IDeployment>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IDeploymentTarget Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Deployments