FileExtraSource Class
The FileSource type represents a miscellaneous file that is included in the DAC package.
System.Object
Microsoft.SqlServer.Management.Dac.BinarySourceBase
Microsoft.SqlServer.Management.Dac.FileExtraSource
Microsoft.SqlServer.Management.Dac.BinarySourceBase
Microsoft.SqlServer.Management.Dac.FileExtraSource
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
The FileExtraSource type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FileExtraSource(String, String, IEnumerable<String>) | Initializes a new instance of the FileExtraSource class from a file at the specified path and set of tags. |
![]() | FileExtraSource(String, String, String[]) | Initializes a new instance of the FileExtraSource class from a file at the specified path and set of tags. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether this object is equal to the specified object. (Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetContentReader | Gets the I/O file stream reader for the miscellaneous file. (Overrides BinarySourceBase.GetContentReader().) |
![]() | GetContents | Gets the contents of the file stream in a byte array. (Inherited from BinarySourceBase.) |
![]() | GetHashCode | Returns the hash code for this object. (Overrides Object.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |

