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)
어셈블리: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
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.
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
