Свойство DacDeployOptions.PopulateFilesOnFileGroups

Get or set boolean that specifies whether files are supplied for filegroups defined in the deployment source.

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

Синтаксис

'Декларация
Public Property PopulateFilesOnFileGroups As Boolean 
    Get 
    Set
'Применение
Dim instance As DacDeployOptions 
Dim value As Boolean 

value = instance.PopulateFilesOnFileGroups

instance.PopulateFilesOnFileGroups = value
public bool PopulateFilesOnFileGroups { get; set; }
public:
property bool PopulateFilesOnFileGroups {
    bool get ();
    void set (bool value);
}
member PopulateFilesOnFileGroups : bool with get, set
function get PopulateFilesOnFileGroups () : boolean 
function set PopulateFilesOnFileGroups (value : boolean)

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

Тип: System.Boolean
True to specify files for filegroups; otherwise false. Default is true.

См. также

Справочник

DacDeployOptions Класс

Пространство имен Microsoft.SqlServer.Dac