IDTSResultBindings 인터페이스
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
어셈블리: Microsoft.SqlServer.SQLTask.dll의 Microsoft.SqlServer.SQLTask
구문
‘선언
Public Interface IDTSResultBindings _
Inherits IEnumerable
‘사용 방법
Dim instance As IDTSResultBindings
public interface IDTSResultBindings : IEnumerable
public interface class IDTSResultBindings : IEnumerable
type IDTSResultBindings =
interface
interface IEnumerable
end
public interface IDTSResultBindings extends IEnumerable