IExtraSource Interface
The IExtraSource type is an interface that provides I/O stream access to a miscellaneous file in the DAC package.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Interface IExtraSource _
Inherits IBinarySource, ISizeItem
'Usage
Dim instance As IExtraSource
public interface IExtraSource : IBinarySource,
ISizeItem
public interface class IExtraSource : IBinarySource,
ISizeItem
type IExtraSource =
interface
interface IBinarySource
interface ISizeItem
end
public interface IExtraSource extends IBinarySource, ISizeItem
The IExtraSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
FileName | Gets the name of the file. | |
Size | Gets the size, in kilobytes, of the item implementing the ISizeItem interface. (Inherited from ISizeItem.) | |
Tags | Gets the collection of tags associated with the extra source file. |
Top
Methods
Name | Description | |
---|---|---|
GetContentReader | Gets the I/O file stream. (Inherited from IBinarySource.) | |
GetContents | Gets the contents of the file stream in a byte array. (Inherited from IBinarySource.) |
Top
Remarks
Using the IExtraSource object, you can:
Get the I/O file stream.
Get the contents of the file in a byte array.
Gets the name of the file.