FireInformation 메서드
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ScriptTask
어셈블리: Microsoft.SqlServer.ScriptTask.dll의 Microsoft.SqlServer.ScriptTask
구문
‘선언
Public Sub FireInformation ( _
informationCode As Integer, _
subComponent As String, _
description As String, _
helpFile As String, _
helpContext As Integer, _
ByRef fireAgain As Boolean _
)
‘사용 방법
Dim instance As EventsObjectWrapper
Dim informationCode As Integer
Dim subComponent As String
Dim description As String
Dim helpFile As String
Dim helpContext As Integer
Dim fireAgain As Boolean
instance.FireInformation(informationCode, _
subComponent, description, helpFile, _
helpContext, fireAgain)
public void FireInformation(
int informationCode,
string subComponent,
string description,
string helpFile,
int helpContext,
ref bool fireAgain
)
public:
void FireInformation(
int informationCode,
String^ subComponent,
String^ description,
String^ helpFile,
int helpContext,
bool% fireAgain
)
member FireInformation :
informationCode:int *
subComponent:string *
description:string *
helpFile:string *
helpContext:int *
fireAgain:bool byref -> unit
public function FireInformation(
informationCode : int,
subComponent : String,
description : String,
helpFile : String,
helpContext : int,
fireAgain : boolean
)
매개 변수
- informationCode
형식: System. . :: . .Int32
- subComponent
형식: System. . :: . .String
- description
형식: System. . :: . .String
- helpFile
형식: System. . :: . .String
- helpContext
형식: System. . :: . .Int32
- fireAgain
형식: System. . :: . .Boolean%