Compartir a través de


DBSetupDeployTask.CatalogPropertiesFile (Propiedad)

Obtiene o establece una cadena de archivo de propiedades de catálogo.

Espacio de nombres:  Microsoft.Data.Schema.Tasks
Ensamblado:  Microsoft.Data.Schema.Tasks (en Microsoft.Data.Schema.Tasks.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DBSetupDeployTask Clase

Microsoft.Data.Schema.Tasks (Espacio de nombres)