Compartilhar via


Propriedade StaticCodeAnalysisTask.CatalogPropertiesFile

Obtém ou define a seqüência de caracteres do arquivo de propriedades do catálogo.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

StaticCodeAnalysisTask Classe

Namespace Microsoft.Data.Schema.Tasks