Gets or sets the client file specifier or file bits.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property File As ScalarExpression
Get
Set
'用途
Dim instance As AddFileSpec
Dim value As ScalarExpression
value = instance.File
instance.File = value
public ScalarExpression File { get; set; }
public:
property ScalarExpression^ File {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member File : ScalarExpression with get, set
function get File () : ScalarExpression
function set File (value : ScalarExpression)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The client file specifier or file bits.