Propriedade ISql90Certificate.IsExistingKeyFileExecutable
Obtém ou define um valor que indica se o arquivo de chave é um executável.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Property IsExistingKeyFileExecutable As Boolean
Get
Set
bool IsExistingKeyFileExecutable { get; set; }
property bool IsExistingKeyFileExecutable {
bool get ();
void set (bool value);
}
abstract IsExistingKeyFileExecutable : bool with get, set
function get IsExistingKeyFileExecutable () : boolean
function set IsExistingKeyFileExecutable (value : boolean)
Valor de propriedade
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.