IDatabaseProjectPropertiesContainer.GetPropertyAsBoolean, méthode
Retourne la valeur d'une propriété de catalogue ou de serveur en tant que Boolean.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Function GetPropertyAsBoolean ( _
propertyName As String, _
source As DatabaseTaskHost..::..PropertySource, _
defaultValue As Boolean _
) As Boolean
bool GetPropertyAsBoolean(
string propertyName,
DatabaseTaskHost..::..PropertySource source,
bool defaultValue
)
bool GetPropertyAsBoolean(
String^ propertyName,
DatabaseTaskHost..::..PropertySource source,
bool defaultValue
)
abstract GetPropertyAsBoolean :
propertyName:string *
source:DatabaseTaskHost..::..PropertySource *
defaultValue:bool -> bool
function GetPropertyAsBoolean(
propertyName : String,
source : DatabaseTaskHost..::..PropertySource,
defaultValue : boolean
) : boolean
Paramètres
- propertyName
Type : System.String
Nom de la propriété.
- source
Type : Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
Source de la propriété (catalogue ou serveur).
- defaultValue
Type : System.Boolean
Valeur par défaut, si la propriété n'est pas définie.
Valeur de retour
Type : System.Boolean
true si la propriété a été récupérée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IDatabaseProjectPropertiesContainer Interface
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms