该类及其成员保留供内部使用,不应在代码中使用。 此类必须为 ComVisible,并且必须为公共类,因为它用于 Visual Studio 属性窗口中。
此 API 不兼容 CLS。
继承层次结构
System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectExtenderBase
    Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectConfigurationExtender
      Microsoft.VisualStudio.Data.Schema.Package.Internal.AgnosticDatabaseConfigurationExtender
命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Internal
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class AgnosticDatabaseConfigurationExtender _
    Inherits DatabaseProjectConfigurationExtender _
    Implements IFilterProperties, ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class AgnosticDatabaseConfigurationExtender : DatabaseProjectConfigurationExtender, 
    IFilterProperties, ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class AgnosticDatabaseConfigurationExtender sealed : public DatabaseProjectConfigurationExtender, 
    IFilterProperties, ICustomTypeDescriptor
[<Sealed>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type AgnosticDatabaseConfigurationExtender =  
    class
        inherit DatabaseProjectConfigurationExtender
        interface IFilterProperties
        interface ICustomTypeDescriptor
    end
public final class AgnosticDatabaseConfigurationExtender extends DatabaseProjectConfigurationExtender implements IFilterProperties, ICustomTypeDescriptor
AgnosticDatabaseConfigurationExtender 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | DatabaseProjectNode | 获取扩展的 IDatabaseProjectConfiguration 所处的数据库项目节点。 (继承自 DatabaseProjectConfigurationExtender。) | 
| .gif) | ExtenderDeployScriptFileName | 获取项目设置中“部署属性”页上部署脚本的文件名。 | 
| .gif) | ExtenderDeployToDatabase | 该类及其成员保留供内部使用,不应在代码中使用。 | 
| .gif) | ExtenderOutputPath | 该类及其成员保留供内部使用,不应在代码中使用。 | 
| .gif) | ExtenderSuppressWarnings | 该类及其成员保留供内部使用,不应在代码中使用。 | 
| .gif) | ExtenderTargetConnectionString | 该类及其成员保留供内部使用,不应在代码中使用。 | 
| .gif) | ExtenderTargetDatabase | 该类及其成员保留供内部使用,不应在代码中使用。 | 
| .gif) | ExtenderTreatWarningsAsErrors | 该类及其成员保留供内部使用,不应在代码中使用。 | 
| .gif) | ProjectConfiguration | 获取或设置对象扩展的项目配置。 (继承自 DatabaseProjectConfigurationExtender。) | 
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
.gif)
.gif)