AddFileSpec.File Property
Gets or sets a client file specifier or file bits.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property File As Expression
public Expression File { get; set; }
public:
property Expression^ File {
Expression^ get ();
void set (Expression^ value);
}
member File : Expression with get, set
function get File () : Expression
function set File (value : Expression)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.Expression
Returns a Expression.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.