Aracılığıyla paylaş


FileEncryptionSource.IsExecutable Özellik

Alır veya YÜRÜTÜLEBİLİR dosyanın olup olmadığını ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public Property IsExecutable As Boolean
    Get
    Set
public bool IsExecutable { get; set; }
public:
property bool IsExecutable {
    bool get ();
    void set (bool value);
}
member IsExecutable : bool with get, set
function get IsExecutable () : boolean
function set IsExecutable (value : boolean)

Özellik Değeri

Tür: System.Boolean
Dosya YÜRÜTÜLEBİLİR, false Aksi takdirde ise true deðerini verir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

FileEncryptionSource Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı