DBSetupDeployTask.DatabaseSchemaProviderName 属性

获取或设置数据库架构提供程序名称。

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

语法

声明
<RequiredAttribute> _
Public Property DatabaseSchemaProviderName As String
    Get
    Set
[RequiredAttribute]
public string DatabaseSchemaProviderName { get; set; }
[RequiredAttribute]
public:
property String^ DatabaseSchemaProviderName {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member DatabaseSchemaProviderName : string with get, set
function get DatabaseSchemaProviderName () : String
function set DatabaseSchemaProviderName (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DBSetupDeployTask 类

Microsoft.Data.Schema.Tasks 命名空间