IExtraSource 인터페이스
The IExtraSource type is an interface that provides I/O stream access to a miscellaneous file in the DAC package.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Interface IExtraSource _
Inherits IBinarySource, ISizeItem
‘사용 방법
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
IExtraSource 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
FileName | Gets the name of the file. | |
Size | Gets the size, in kilobytes, of the item implementing the ISizeItem interface. (ISizeItem에서 상속됨) | |
Tags | Gets the collection of tags associated with the extra source file. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
GetContentReader | Gets the I/O file stream. (IBinarySource에서 상속됨) | |
GetContents | Gets the contents of the file stream in a byte array. (IBinarySource에서 상속됨) |
맨 위로 이동
주의
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.