Aracılığıyla paylaş


ISqlIndex.DoDropExisting Özellik

Alır veya DROP_EXISTING seçeneğini modeller bir değer ayarlar.

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

Sözdizimi

'Bildirim
Property DoDropExisting As Boolean
    Get
    Set
bool DoDropExisting { get; set; }
property bool DoDropExisting {
    bool get ();
    void set (bool value);
}
abstract DoDropExisting : bool with get, set
function get DoDropExisting () : boolean
function set DoDropExisting (value : boolean)

Özellik Değeri

Tür: System.Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ISqlIndex Arabirim

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