Condividi tramite


Interfaccia IExtraSource

The IExtraSource type is an interface that provides I/O stream access to a miscellaneous file in the DAC package.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public Interface IExtraSource _
    Inherits IBinarySource, ISizeItem
'Utilizzo
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

Nel tipo IExtraSource sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica FileName Gets the name of the file.
Proprietà pubblica Size Gets the size, in kilobytes, of the item implementing the ISizeItem interface. Ereditato da ISizeItem.
Proprietà pubblica Tags Gets the collection of tags associated with the extra source file.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetContentReader Gets the I/O file stream. Ereditato da IBinarySource.
Metodo pubblico GetContents Gets the contents of the file stream in a byte array. Ereditato da IBinarySource.

In alto

Osservazioni

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.