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


Метод Server.SetDefaultInitFields

Показывать защищенные элементы
Показывать наследуемые элементы

Specifies whether all the properties are fetched when objects are instantiated.

Этот элемент перегружен. Чтобы получить полные сведения об этом элементе (синтаксисе, использовании и примерах использования), щелкните его имя в списке перегрузок.

Список перегрузок

  Имя Описание
Открытый метод SetDefaultInitFields(Boolean) Specifies that all properties are fetched when objects are instantiated.
Открытый метод SetDefaultInitFields(Type, Boolean) Specifies all the properties are fetched when objects of the specified type are instantiated.
Открытый метод SetDefaultInitFields(Type, StringCollection) Specifies the properties that are fetched when objects of the specified type are instantiated.
Открытый метод SetDefaultInitFields(Type, array<String[]) Specifies the properties that are fetched when objects of the specified type are instantiated.

В начало

Замечания

The SetDefaultInitFields method has several overloads that give you option to set the default initialization fields for a specified type, and for specified properties of the type.

См. также

Справочник

Server Класс

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