IDTSParameterAssignment 인터페이스
Provides properties for passing parameter to the package task.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
어셈블리: Microsoft.SqlServer.ExecPackageTaskWrap(Microsoft.SqlServer.ExecPackageTaskWrap.dll)
구문
‘선언
<GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")> _
Public Interface IDTSParameterAssignment
‘사용 방법
Dim instance As IDTSParameterAssignment
[GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")]
public interface IDTSParameterAssignment
[GuidAttribute(L"F366CFD6-6D83-4C8D-809F-282A673D92A1")]
public interface class IDTSParameterAssignment
[<GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")>]
type IDTSParameterAssignment = interface end
public interface IDTSParameterAssignment
IDTSParameterAssignment 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
BindedVariableOrParameterName | Gets or sets the binded variable or parameter name. | |
ParameterName | Gets or sets the name of parameter. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Validate | Verifies whether binded variables exist. |
맨 위로 이동