IDTSParameterBindings 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents a collection of IDTSParameterBinding objects.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
어셈블리: Microsoft.SqlServer.SQLTask(Microsoft.SqlServer.SQLTask.dll)
구문
‘선언
Public Interface IDTSParameterBindings _
Inherits IEnumerable
‘사용 방법
Dim instance As IDTSParameterBindings
public interface IDTSParameterBindings : IEnumerable
public interface class IDTSParameterBindings : IEnumerable
type IDTSParameterBindings =
interface
interface IEnumerable
end
public interface IDTSParameterBindings extends IEnumerable
IDTSParameterBindings 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
Add | 인프라입니다. Adds a new IDTSParameterBinding object to the collection. | |
Clear | 인프라입니다. Clears all objects from the IDTSParameterBindings collection. | |
GetBinding | 인프라입니다. Retrieves the specified IDTSParameterBinding object from the collection. | |
GetEnumerator | (IEnumerable에서 상속됨) | |
Remove | 인프라입니다. Removes the specified IDTSParameterBinding object from the collection. |
맨 위로 이동