Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets whether a file declaration belongs to a primary file group.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Property IsPrimary As Boolean
Get
Set
'Применение
Dim instance As FileDeclaration
Dim value As Boolean
value = instance.IsPrimary
instance.IsPrimary = value
public bool IsPrimary { get; set; }
public:
property bool IsPrimary {
bool get ();
void set (bool value);
}
member IsPrimary : bool with get, set
function get IsPrimary () : boolean
function set IsPrimary (value : boolean)
Значение свойства
Тип: System.Boolean
true if a file declaration belongs to a primary file group; otherwise, false.