Compartir a través de


Server.SetDefaultInitFields Método

Incluir miembros protegidos
Incluir miembros heredados

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

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
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.

Arriba

Comentarios

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.

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo