Enum ResourceType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum ResourceType
Fields
| Fields | Description |
|---|---|
| BlobJobScript | Specifies that a script stored in Azure blob storage will be used for the value. |
| Cache | Specifies that a cache will be used for the value. |
| Direct | Specifies that text will be directly entered for the value. |
| EnvironmentVariable | Specifies that an environment variable will be used for the value. |
| ExternalFile | Specifies that a string to a filepath will be entered directly. |
| ExternalProjectPackage | Specifies that the name of an SSIS package included in the same project as the built/deployed solution will be used for the value. |
| ExternalTable | Specifies that a table that is not modeled in the Biml project will be used for the value. |
| ExternalTableColumn | Specifies that a table column that is not modeled in the Biml project will be used for the value. |
| File | Specifies that a file connection will be used for the value. |
| FileNameFromVariable | Specifies that a file name extracted from a specified variable will be used for the value. |
| FlatFile | Specifies that a flat file connection will be used for the value. |
| HadoopScript | Specifies that an Hadoop script stored in file path will be used for the value. |
| IndirectFileInput | Specifies that an environment variable, containing the path to the file, will be used for the value. |
| IndirectSqlServer | Specifies 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. |
| InlineJobScript | Specifies that an inline script will be used for the value. |
| MaintenancePlanCleanupFolder | Specifies that a maintence plan cleanup folder will be used for the value. |
| Package | Specifies that a package will be used for the value. |
| PackageEmitTarget | Specifies that any Biml object that can be compiled to a pacakge will be used for the value. |
| PersistFile | Specifies that a file connection will be used for the value and that directly supplied text will be written to that file. |
| SqlServer | Specifies 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. |
| StringVariable | Specifies that a string variable will be used for the value. |
| Table | Specifies that a table will be used for the value. |
| TableColumn | Specifies that a direct reference to a table column will be used for the value. |
| TableFromVariable | Specifies that a table name extracted from a specified variable will be used for the value. |
| Variable | Specifies that a variable will be used for the value. |
| VariableList | Specifies that a list of variables will be used for the value. |