SfcObjectDroppedEventArgs コンストラクター
SfcObjectDroppedEventArgs クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Sub New ( _
urn As Urn, _
instance As SfcInstance _
)
'使用
Dim urn As Urn
Dim instance As SfcInstance
Dim instance As New SfcObjectDroppedEventArgs(urn, instance)
public SfcObjectDroppedEventArgs(
Urn urn,
SfcInstance instance
)
public:
SfcObjectDroppedEventArgs(
Urn^ urn,
SfcInstance^ instance
)
new :
urn:Urn *
instance:SfcInstance -> SfcObjectDroppedEventArgs
public function SfcObjectDroppedEventArgs(
urn : Urn,
instance : SfcInstance
)
パラメーター
- urn
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
オブジェクトの URN (Uniform Resource Name) です。
- instance
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
オブジェクトを表す SfcInstance オブジェクトです。