Share via


ISql90Certificate.IsExistingKeyFileExecutable Property

Gets or sets whether the existing key file is executable.

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

Syntax

'Declaration
Property IsExistingKeyFileExecutable As Boolean
    Get
    Set
'Usage
Dim instance As ISql90Certificate
Dim value As Boolean

value = instance.IsExistingKeyFileExecutable

instance.IsExistingKeyFileExecutable = value
bool IsExistingKeyFileExecutable { get; set; }
property bool IsExistingKeyFileExecutable {
    bool get ();
    void set (bool value);
}
function get IsExistingKeyFileExecutable () : boolean
function set IsExistingKeyFileExecutable (value : boolean)
abstract IsExistingKeyFileExecutable : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Certificate Interface

ISql90Certificate Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace