IFileStreamSpecifier Interface
Represents a specification of the file stream.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Interface IFileStreamSpecifier
public interface IFileStreamSpecifier
public interface class IFileStreamSpecifier
type IFileStreamSpecifier = interface end
public interface IFileStreamSpecifier
The IFileStreamSpecifier type exposes the following members.
Properties
Name | Description | |
---|---|---|
FileStreamOn | Gets or sets an optional specification of the file stream. |
Top