CatalogOrServerPropertyItem 构造函数 (String, String, DatabaseTaskHost.PropertySource)

使用提供的参数初始化 CatalogOrServerPropertyItem 类的新实例。

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

语法

声明
Public Sub New ( _
    name As String, _
    value As String, _
    source As DatabaseTaskHost..::..PropertySource _
)
public CatalogOrServerPropertyItem(
    string name,
    string value,
    DatabaseTaskHost..::..PropertySource source
)
public:
CatalogOrServerPropertyItem(
    String^ name, 
    String^ value, 
    DatabaseTaskHost..::..PropertySource source
)
new : 
        name:string * 
        value:string * 
        source:DatabaseTaskHost..::..PropertySource -> CatalogOrServerPropertyItem
public function CatalogOrServerPropertyItem(
    name : String, 
    value : String, 
    source : DatabaseTaskHost..::..PropertySource
)

参数

  • name
    类型:System.String
    为 string 数据类型的项名称。
  • value
    类型:System.String
    为 string 数据类型的项值。

.NET Framework 安全性

请参见

参考

CatalogOrServerPropertyItem 类

CatalogOrServerPropertyItem 重载

Microsoft.Data.Schema.Build 命名空间

Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource