Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns False.
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
Parameters
- propertyName
Type: System.String
The property name.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.