Compartir a través de


DBSetupDeployTask.ServerPropertiesFile (Propiedad)

Obtiene o establece una cadena de archivo de propiedades de servidor.

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

Sintaxis

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

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DBSetupDeployTask Clase

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