Freigeben über


Server.SetDefaultInitFields-Methode

Geschützte Member einschließen
Geerbte Member einschließen

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

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode SetDefaultInitFields(Boolean) Specifies that all properties are fetched when objects are instantiated.
Öffentliche Methode SetDefaultInitFields(Type, Boolean) Specifies all the properties are fetched when objects of the specified type are instantiated.
Öffentliche Methode SetDefaultInitFields(Type, StringCollection) Specifies the properties that are fetched when objects of the specified type are instantiated.
Öffentliche Methode SetDefaultInitFields(Type, array<String[]) Specifies the properties that are fetched when objects of the specified type are instantiated.

Zum Anfang

Hinweise

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.

Siehe auch

Verweis

Server Klasse

Microsoft.SqlServer.Management.Smo-Namespace