DBBuildTask.CatalogPropertiesFile 属性

获取或设置目录属性文件字符串。

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

语法

声明
Public Property CatalogPropertiesFile As String
    Get
    Set
public string CatalogPropertiesFile { get; set; }
public:
property String^ CatalogPropertiesFile {
    String^ get ();
    void set (String^ value);
}
member CatalogPropertiesFile : string with get, set
function get CatalogPropertiesFile () : String
function set CatalogPropertiesFile (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DBBuildTask 类

Microsoft.Data.Schema.Tasks 命名空间