TargetModelOperation.GenerateSteps, méthode
Génère une liste d'étapes.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public MustOverride Function GenerateSteps As IList(Of DeploymentStep)
public abstract IList<DeploymentStep> GenerateSteps()
public:
virtual IList<DeploymentStep^>^ GenerateSteps() abstract
abstract GenerateSteps : unit -> IList<DeploymentStep>
public abstract function GenerateSteps() : IList<DeploymentStep>
Valeur de retour
Type : System.Collections.Generic.IList<DeploymentStep>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.