FileExtraSource クラス

The Microsoft.SqlServer.Management.Dac.FileSource type represents a miscellaneous file that is included in the DAC package.

継承階層

  Microsoft.SqlServer.Management.Dac.BinarySourceBase
    Microsoft.SqlServer.Management.Dac.FileExtraSource

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Class FileExtraSource _
    Inherits BinarySourceBase _
    Implements IExtraSource, IBinarySource, ISizeItem
'使用

Dim instance As FileExtraSource
public class FileExtraSource : BinarySourceBase, 
    IExtraSource, IBinarySource, ISizeItem
public ref class FileExtraSource : public BinarySourceBase, 
    IExtraSource, IBinarySource, ISizeItem
type FileExtraSource =  
    class
        inherit BinarySourceBase
        interface IExtraSource
        interface IBinarySource
        interface ISizeItem
    end
public class FileExtraSource extends BinarySourceBase implements IExtraSource, IBinarySource, ISizeItem

FileExtraSource 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド 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.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ FileName Gets the file name of the miscellaneous file.
パブリック プロパティ FilePath Gets the file path of the miscellaneous file.
パブリック プロパティ Size Gets the size of the miscellaneous file.
パブリック プロパティ Tags Gets the collection of tags associated with the extra source file.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals Determines whether this object is equal to the specified object. ( をオーバーライドします。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド GetContentReader Gets the I/O file stream reader for the miscellaneous file. (BinarySourceBase.GetContentReader() をオーバーライドします。)
パブリック メソッド GetContents Gets the contents of the file stream in a byte array. (BinarySourceBase から継承されています。)
パブリック メソッド GetHashCode Returns the hash code for this object. ( をオーバーライドします。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

説明

Using the Microsoft.SqlServer.Management.Dac.FileSource object, you can:

  • Access the miscellaneous file name and path.

  • Access the I/O file stream reader for the file.

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間