Sdílet prostřednictvím


DBSetupDeployTask.ServerPropertiesFile – vlastnost

Získá nebo nastaví řetězec vlastnosti souboru serveru.

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

Syntaxe

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

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DBSetupDeployTask Třída

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