이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

Application.GeneratorEnabled Property

SQL Server 2005

Gets a value indicating if the application's generator is enabled.

네임스페이스: Microsoft.SqlServer.Management.Nmo
어셈블리: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
public bool GeneratorEnabled { get; }
/** @property */
public boolean get_GeneratorEnabled ()

public function get GeneratorEnabled () : boolean

속성 값

true if the generator is enabled; otherwise false.

When you create an application, its generator is disabled.

An enabled generator can fire rules that generate notifications or perform other data management tasks for the application. A disabled generator is essentially paused.

Use the instance's Enable method to enable all instance components. Use the application's Enable method to enable all application components. Use generator's Enable method to enable the generator.


Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.