VSDBCmdServices.OnGetImportSchemaPropertyUsage 方法

返回 null。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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

参数

返回值

类型:System.String

备注

重写此方法可以为 ReverseEngineer 返回特定于 DSP 的属性用法信息。

.NET Framework 安全性

请参见

参考

VSDBCmdServices 类

Microsoft.Data.Schema.Build 命名空间