Proprietà AgnosticDatabaseConfigurationExtender.ExtenderDeployToDatabase

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public Property ExtenderDeployToDatabase As Boolean
    Get
    Set
[BrowsableAttribute(false)]
public bool ExtenderDeployToDatabase { get; set; }
[BrowsableAttribute(false)]
public:
property bool ExtenderDeployToDatabase {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member ExtenderDeployToDatabase : bool with get, set
function get ExtenderDeployToDatabase () : boolean
function set ExtenderDeployToDatabase (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AgnosticDatabaseConfigurationExtender Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Internal