Share via


VSDBCmdServices.OnIncludeDeployProperty Method

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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VSDBCmdServices Class

Microsoft.Data.Schema.Build Namespace