Свойство DatabaseOptions.DefaultFilegroup

DefaultFilegroup relationship class of DatabaseOptions

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

Синтаксис

'Декларация
Public Shared Property DefaultFilegroup As ModelRelationshipClass 
    Get 
    Friend Set
'Применение
Dim value As ModelRelationshipClass 

value = DatabaseOptions.DefaultFilegroup
public static ModelRelationshipClass DefaultFilegroup { get; internal set; }
public:
static property ModelRelationshipClass^ DefaultFilegroup {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member DefaultFilegroup : ModelRelationshipClass with get, internal set
static function get DefaultFilegroup () : ModelRelationshipClass 
internal static function set DefaultFilegroup (value : ModelRelationshipClass)

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

Тип: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

См. также

Справочник

DatabaseOptions Класс

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