Schema.Events 속성

Gets the events that are supported by the schema.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property Events As SchemaEvents 
    Get
‘사용 방법
Dim instance As Schema 
Dim value As SchemaEvents 

value = instance.Events
public SchemaEvents Events { get; }
public:
property SchemaEvents^ Events {
    SchemaEvents^ get ();
}
member Events : SchemaEvents
function get Events () : SchemaEvents

속성 값

유형: Microsoft.SqlServer.Management.Smo.SchemaEvents
A SchemaEvents object value that specifies the events supported by the schema.

스키마 생성, 변경 및 제거

참고 항목

참조

Schema 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

데이터베이스 스키마 이해

CREATE SCHEMA(Transact-SQL)