Share via


VSDBCmdServices.OnGetDeployPropertyUsage Method

Returns null.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Overridable Function OnGetDeployPropertyUsage ( _
    propertyName As String _
) As String
protected virtual string OnGetDeployPropertyUsage(
    string propertyName
)
protected:
virtual String^ OnGetDeployPropertyUsage(
    String^ propertyName
)
abstract OnGetDeployPropertyUsage : 
        propertyName:string -> string 
override OnGetDeployPropertyUsage : 
        propertyName:string -> string 
protected function OnGetDeployPropertyUsage(
    propertyName : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VSDBCmdServices Class

Microsoft.Data.Schema.Build Namespace