VSDBCmdServices.OnIncludeDeployProperty-Methode
Gibt False zurück.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameter
- propertyName
Typ: System.String
Der Eigenschaftenname.
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.