메타데이터 저장소 파일 형식 업그레이드를 완료했을 때 발생합니다.
네임스페이스: Microsoft.Synchronization.MetadataStorage
어셈블리: microsoft.synchronization.metadatastorage.dll의 Microsoft.Synchronization.MetadataStorage
구문
‘선언
Public Shared Event MetadataStoreUpgradeStop As EventHandler(Of EventArgs)
‘사용 방법
Dim handler As EventHandler(Of EventArgs)
AddHandler SqlMetadataStore.MetadataStoreUpgradeStop, handler
public static event EventHandler<EventArgs> MetadataStoreUpgradeStop
public:
static event EventHandler<EventArgs^>^ MetadataStoreUpgradeStop {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
/** @event */
public static void add_MetadataStoreUpgradeStop (EventHandler<EventArgs> value)
/** @event */
public static void remove_MetadataStoreUpgradeStop (EventHandler<EventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
참고 항목
참조
SqlMetadataStore 클래스
SqlMetadataStore 멤버
Microsoft.Synchronization.MetadataStorage 네임스페이스