Freigeben über


DatabaseProjectNodeExtender.GetDefaultValueAsBool-Methode

Gibt den Standardwert vom Datenbankaufgabenhost als Boolean zurück.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Function GetDefaultValueAsBool ( _
    propertyName As String, _
    source As DatabaseTaskHost..::..PropertySource _
) As Boolean
public bool GetDefaultValueAsBool(
    string propertyName,
    DatabaseTaskHost..::..PropertySource source
)
public:
bool GetDefaultValueAsBool(
    String^ propertyName, 
    DatabaseTaskHost..::..PropertySource source
)
member GetDefaultValueAsBool : 
        propertyName:string * 
        source:DatabaseTaskHost..::..PropertySource -> bool 
public function GetDefaultValueAsBool(
    propertyName : String, 
    source : DatabaseTaskHost..::..PropertySource
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
Der Standardwert für diese Eigenschaft als boolescher Wert.

Hinweise

Wenn der Aufgabenhost keinen Standardwert aufweist, wird false zurückgegeben.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseProjectNodeExtender Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace