Compartilhar via


Propriedade DBBuildTask.ServerPropertiesFile

Obtém ou define um servidor de nome de arquivo de propriedades.

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

Sintaxe

'Declaração
Public Property ServerPropertiesFile As String
    Get
    Set
public string ServerPropertiesFile { get; set; }
public:
property String^ ServerPropertiesFile {
    String^ get ();
    void set (String^ value);
}
member ServerPropertiesFile : string with get, set
function get ServerPropertiesFile () : String
function set ServerPropertiesFile (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DBBuildTask Classe

Namespace Microsoft.Data.Schema.Tasks