Share via


DBBuildTask.CatalogPropertiesFile Property

Gets or sets the catalog properties file string.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Public Property CatalogPropertiesFile As String
'Usage
Dim instance As DBBuildTask 
Dim value As String 

value = instance.CatalogPropertiesFile

instance.CatalogPropertiesFile = value
public string CatalogPropertiesFile { get; set; }
public:
property String^ CatalogPropertiesFile {
    String^ get ();
    void set (String^ value);
}
public function get CatalogPropertiesFile () : String 
public function set CatalogPropertiesFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DBBuildTask Class

DBBuildTask Members

Microsoft.Data.Schema.Tasks Namespace