AddFileSpec.File 属性

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.

请参阅

参考

AddFileSpec 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间