Dela via


ISql90Certificate.IsExistingKeyFileExecutable Property

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

Syntax

'Declaration
Property IsExistingKeyFileExecutable As Boolean
'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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Certificate Interface

ISql90Certificate Members

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