Compartir a través de


SqlSetupDeployTask.SqlCommandVariablesFile (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

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

Sintaxis

'Declaración
Public Property SqlCommandVariablesFile As String
    Get
    Set
public string SqlCommandVariablesFile { get; set; }
public:
property String^ SqlCommandVariablesFile {
    String^ get ();
    void set (String^ value);
}
member SqlCommandVariablesFile : string with get, set
function get SqlCommandVariablesFile () : String
function set SqlCommandVariablesFile (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

SqlSetupDeployTask Clase

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