다음을 통해 공유


Server.SetDefaultInitFields Method

Specifies whether all the properties are fetched when objects 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.

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

오버로드 목록

이름 Description
Server.SetDefaultInitFields (Boolean)
Specifies all the properties are fetched when objects are instantiated.
Server.SetDefaultInitFields (Type, Boolean)
Specifies all the properties are fetched when objects of the specified type are instantiated.
Server.SetDefaultInitFields (Type, String[])
Specifies the properties that are fetched when objects of the specified type are instantiated.
Server.SetDefaultInitFields (Type, StringCollection)
Specifies the properties that are fetched when objects of the specified type are instantiated.

참고 항목

참조

Server Class
Server Members
Microsoft.SqlServer.Management.Smo Namespace

관련 자료

How to: Set Default Initialization Fields in Visual Basic .NET
Setting Properties
Calling Methods
서버 관리