Partilhar via


Propriedade ISql90AsymmetricKey.File

Obtém ou define o caminho do arquivo de nome de alta segurança que define a chave.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property File As String
    Get
    Set
string File { get; set; }
property String^ File {
    String^ get ();
    void set (String^ value);
}
abstract File : string with get, set
function get File () : String
function set File (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90AsymmetricKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel