Sdílet prostřednictvím


SqlSetupDeployTask.SqlCommandVariablesFile – vlastnost

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.Data.Schema.Tasks.Sql
Sestavení:  Microsoft.Data.Schema.Tasks.Sql (v Microsoft.Data.Schema.Tasks.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSetupDeployTask Třída

Microsoft.Data.Schema.Tasks.Sql – obor názvů