VSDBCmdServices.OnIncludeDeployProperty, méthode
Retourne False.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Protected Overridable Function OnIncludeDeployProperty ( _
propertyName As String _
) As Boolean
protected virtual bool OnIncludeDeployProperty(
string propertyName
)
protected:
virtual bool OnIncludeDeployProperty(
String^ propertyName
)
abstract OnIncludeDeployProperty :
propertyName:string -> bool
override OnIncludeDeployProperty :
propertyName:string -> bool
protected function OnIncludeDeployProperty(
propertyName : String
) : boolean
Paramètres
- propertyName
Type : System.String
Nom de propriété.
Valeur de retour
Type : System.Boolean
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.