Skip to main content

Enum ResourceType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ResourceType

Fields

FieldsDescription
BlobJobScriptSpecifies that a script stored in Azure blob storage will be used for the value.
CacheSpecifies that a cache will be used for the value.
DirectSpecifies that text will be directly entered for the value.
EnvironmentVariableSpecifies that an environment variable will be used for the value.
ExternalFileSpecifies that a string to a filepath will be entered directly.
ExternalProjectPackageSpecifies that the name of an SSIS package included in the same project as the built/deployed solution will be used for the value.
ExternalTableSpecifies that a table that is not modeled in the Biml project will be used for the value.
ExternalTableColumnSpecifies that a table column that is not modeled in the Biml project will be used for the value.
FileSpecifies that a file connection will be used for the value.
FileNameFromVariableSpecifies that a file name extracted from a specified variable will be used for the value.
FlatFileSpecifies that a flat file connection will be used for the value.
HadoopScriptSpecifies that an Hadoop script stored in file path will be used for the value.
IndirectFileInputSpecifies that an environment variable, containing the path to the file, will be used for the value.
IndirectSqlServerSpecifies that an environment variable, containing a SQL Server Integration Services package that has not been modeled in the Biml project, will be used for the value.
InlineJobScriptSpecifies that an inline script will be used for the value.
MaintenancePlanCleanupFolderSpecifies that a maintence plan cleanup folder will be used for the value.
PackageSpecifies that a package will be used for the value.
PackageEmitTargetSpecifies that any Biml object that can be compiled to a pacakge will be used for the value.
PersistFileSpecifies that a file connection will be used for the value and that directly supplied text will be written to that file.
SqlServerSpecifies that a SQL Server Integration Services package, stored in an existing SQL Server database that has not been modeled in the Biml project, will be used for the value.
StringVariableSpecifies that a string variable will be used for the value.
TableSpecifies that a table will be used for the value.
TableColumnSpecifies that a direct reference to a table column will be used for the value.
TableFromVariableSpecifies that a table name extracted from a specified variable will be used for the value.
VariableSpecifies that a variable will be used for the value.
VariableListSpecifies that a list of variables will be used for the value.