VSDBCmdServices.OnGetImportSchemaPropertyUsage Method
Returns null.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function OnGetImportSchemaPropertyUsage ( _
propertyName As String _
) As String
protected virtual string OnGetImportSchemaPropertyUsage(
string propertyName
)
protected:
virtual String^ OnGetImportSchemaPropertyUsage(
String^ propertyName
)
abstract OnGetImportSchemaPropertyUsage :
propertyName:string -> string
override OnGetImportSchemaPropertyUsage :
propertyName:string -> string
protected function OnGetImportSchemaPropertyUsage(
propertyName : String
) : String
Parameters
- propertyName
Type: System.String
The property name.
Return Value
Type: System.String
Remarks
Override this method to return DSP-specific property usage information for ReverseEngineer.
.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.