共用方式為


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 命名空間