BackupRestoreMasterKeyStatementBase.File 属性
Gets or sets the file to save to or load from the service master key.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property File As Literal
Get
Set
用法
Dim instance As BackupRestoreMasterKeyStatementBase
Dim value As Literal
value = instance.File
instance.File = value
public Literal File { get; set; }
public:
property Literal^ File {
Literal^ get ();
void set (Literal^ value);
}
member File : Literal with get, set
function get File () : Literal
function set File (value : Literal)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The file to save to or load from the service master key.