SfcApplicationEvents.BeforeObjectRenamed イベント

SFC オブジェクトの名前を変更する前に発生します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Event BeforeObjectRenamed As SfcApplication.SfcBeforeObjectRenamedEventHandler
'使用
Dim instance As SfcApplicationEvents 
Dim handler As SfcApplication.SfcBeforeObjectRenamedEventHandler 

AddHandler instance.BeforeObjectRenamed, handler
public event SfcApplication.SfcBeforeObjectRenamedEventHandler BeforeObjectRenamed
public:
 event SfcApplication.SfcBeforeObjectRenamedEventHandler^ BeforeObjectRenamed {
    void add (SfcApplication.SfcBeforeObjectRenamedEventHandler^ value);
    void remove (SfcApplication.SfcBeforeObjectRenamedEventHandler^ value);
}
member BeforeObjectRenamed : IEvent<SfcApplication.SfcBeforeObjectRenamedEventHandler,
    SfcBeforeObjectRenamedEventArgs>
JScript はイベントの使用をサポートしていますが、新規の宣言はサポートしていません。

関連項目

参照

SfcApplicationEvents クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間