Поделиться через


DBSetupDeployTask.ServerPropertiesFile - свойство

Получает или задает строку файла свойств сервера.

Пространство имен:  Microsoft.Data.Schema.Tasks
Сборка:  Microsoft.Data.Schema.Tasks (в Microsoft.Data.Schema.Tasks.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.String

Безопасность платформы .NET Framework

См. также

Ссылки

DBSetupDeployTask Класс

Microsoft.Data.Schema.Tasks - пространство имен