Partilhar via


Propriedade do RDL BackupCertificateStatement.File

Gets or sets the file to save the certificate to.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property File As Literal 
    Get 
    Set
'Uso
Dim instance As BackupCertificateStatement 
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The file to save the certificate to.

Consulte também

Referência

BackupCertificateStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom