Для изменения размера нажмите или перетащите

CommandSqlScript - метод

Пространство имён:  Tessa.Extensions.Default.Console.SqlScript
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
[VerbAttribute("Sql")]
[LocalizableDescriptionAttribute("Common_CLI_Sql")]
public static Task SqlScript(
	[OutputAttribute] TextWriter stdOut,
	[ErrorAttribute] TextWriter stdErr,
	[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_SourceSql")] IEnumerable<string> source = null,
	[ArgumentAttribute("cs")][LocalizableDescriptionAttribute("Common_CLI_ConfigurationString")] string configurationString = null,
	[ArgumentAttribute("db")][LocalizableDescriptionAttribute("Common_CLI_DatabaseName")] string databaseName = null,
	[ArgumentAttribute("p")][LocalizableDescriptionAttribute("Common_CLI_ParametersSql")] IEnumerable<string> parameters = null,
	[ArgumentAttribute("q")][LocalizableDescriptionAttribute("Common_CLI_Quiet")] bool quiet = false,
	[ArgumentAttribute("nologo")][LocalizableDescriptionAttribute("CLI_NoLogo")] bool nologo = false
)

Параметры

stdOut
Тип: System.IOTextWriter
stdErr
Тип: System.IOTextWriter
source (Optional)
Тип: System.Collections.GenericIEnumerableString
configurationString (Optional)
Тип: SystemString
databaseName (Optional)
Тип: SystemString
parameters (Optional)
Тип: System.Collections.GenericIEnumerableString
quiet (Optional)
Тип: SystemBoolean
nologo (Optional)
Тип: SystemBoolean

Возвращаемое значение

Тип: Task
См. также