言語

SfcObjectCreatedEventArgs クラス

定義

オブジェクトの作成時に渡されるイベント引数。

public class SfcObjectCreatedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.SfcEventArgs
type SfcObjectCreatedEventArgs = class
    inherit SfcEventArgs
Public Class SfcObjectCreatedEventArgs
Inherits SfcEventArgs
継承
SfcObjectCreatedEventArgs

コンストラクター

名前 説明
SfcObjectCreatedEventArgs(Urn, SfcInstance)

オブジェクトの作成時に渡されるイベント引数。

プロパティ

名前 説明
Instance

現在のオブジェクト。

(継承元 SfcEventArgs)
Urn

現在のオブジェクトの現在の urn。

(継承元 SfcEventArgs)

適用対象