Freigeben über


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

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

VSDBCmdServices Klasse

Microsoft.Data.Schema.Build-Namespace