Partager via


Méthode Server.SetDefaultInitFields

Inclure les membres protégés
Inclure les membres hérités

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

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publique SetDefaultInitFields(Boolean) Specifies that all properties are fetched when objects are instantiated.
Méthode publique SetDefaultInitFields(Type, Boolean) Specifies all the properties are fetched when objects of the specified type are instantiated.
Méthode publique SetDefaultInitFields(Type, StringCollection) Specifies the properties that are fetched when objects of the specified type are instantiated.
Méthode publique SetDefaultInitFields(Type, array<String[]) Specifies the properties that are fetched when objects of the specified type are instantiated.

Haut de la page

Notes

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.

Voir aussi

Référence

Server Classe

Espace de noms Microsoft.SqlServer.Management.Smo