FileExtraSource-Klasse
The FileSource type represents a miscellaneous file that is included in the DAC package.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Management.Dac. . :: . .BinarySourceBase
Microsoft.SqlServer.Management.Dac..::..FileExtraSource
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Class FileExtraSource _
Inherits BinarySourceBase _
Implements IExtraSource, IBinarySource, ISizeItem
'Usage
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
Der FileExtraSource-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
FileExtraSource(String, String, IEnumerable< (Of < <' (String> ) > > )) | Initializes a new instance of the FileExtraSource class from a file at the specified path and set of tags. |
![]() |
FileExtraSource(String, String, array<String> [] () [] []) | Initializes a new instance of the FileExtraSource class from a file at the specified path and set of tags. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | Determines whether this object is equal to the specified object. (Überschreibt Object. . :: . .Equals(Object).) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetContentReader | Gets the I/O file stream reader for the miscellaneous file. (Überschreibt BinarySourceBase. . :: . .GetContentReader() () () ().) |
![]() |
GetContents | Gets the contents of the file stream in a byte array. (Geerbt von BinarySourceBase.) |
![]() |
GetHashCode | Returns the hash code for this object. (Überschreibt Object. . :: . .GetHashCode() () () ().) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
Using the FileSource object, you can:
Access the miscellaneous file name and path.
Access the I/O file stream reader for the file.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)