クライアントのファイル指定子またはファイル ビットを取得または設定します。
名前空間: 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
クライアントのファイル指定子またはファイル ビット。