Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.9109.0" />

.NET API 5,160,368 bytes

 ExternalLanguageFileOption

Represents a single file in CREATE EXTERNAL LANGUAGE statement
public ScalarExpression Content { get; set; }

Language bits

public StringLiteral EnvironmentVariables { get; set; }

The environment variables as string

public StringLiteral FileName { get; set; }

The file name as string

public StringLiteral Parameters { get; set; }

The parameters as string

public StringLiteral Path { get; set; }

The language path as string

public Identifier Platform { get; set; }

The OS platform of the content