Compartilhar via


Propriedade DatabaseConfigurationExtender.ExtenderSqlCommandVariablesFile

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (em Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public Property ExtenderSqlCommandVariablesFile As String
    Get
    Set
[BrowsableAttribute(false)]
public string ExtenderSqlCommandVariablesFile { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ExtenderSqlCommandVariablesFile {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member ExtenderSqlCommandVariablesFile : string with get, set
function get ExtenderSqlCommandVariablesFile () : String
function set ExtenderSqlCommandVariablesFile (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DatabaseConfigurationExtender Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal