Partilhar via


Interface IExtraSource

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 (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public Interface IExtraSource _
    Inherits IBinarySource, ISizeItem
'Uso
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

O tipo IExtraSource expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública FileName Gets the name of the file.
Propriedade pública Size Gets the size, in kilobytes, of the item implementing the ISizeItem interface. (Herdado de ISizeItem.)
Propriedade pública Tags Gets the collection of tags associated with the extra source file.

Início

Métodos

  Nome Descrição
Método público GetContentReader Gets the I/O file stream. (Herdado de IBinarySource.)
Método público GetContents Gets the contents of the file stream in a byte array. (Herdado de IBinarySource.)

Início

Comentários

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.

Consulte também

Referência