Compartilhar via


Método Server.SetDefaultInitFields

Incluir membros protegidos
Incluir membros herdados

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

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Método público SetDefaultInitFields(Boolean) Specifies that all properties are fetched when objects are instantiated.
Método público SetDefaultInitFields(Type, Boolean) Specifies all the properties are fetched when objects of the specified type are instantiated.
Método público SetDefaultInitFields(Type, StringCollection) Specifies the properties that are fetched when objects of the specified type are instantiated.
Método público SetDefaultInitFields(Type, array<String[]) Specifies the properties that are fetched when objects of the specified type are instantiated.

Início

Comentários

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.

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo