AdoDotNetConnectionSupport.PreparedCommands 속성
목록 검색 IDbCommand 이전에 준비 하는 개체입니다.
네임스페이스: Microsoft.VisualStudio.Data.AdoDotNet
어셈블리: Microsoft.VisualStudio.Data(Microsoft.VisualStudio.Data.dll)
구문
‘선언
Protected ReadOnly Property PreparedCommands As IList
protected IList PreparedCommands { get; }
protected:
property IList^ PreparedCommands {
IList^ get ();
}
member PreparedCommands : IList
function get PreparedCommands () : IList
속성 값
형식: System.Collections.IList
반환 된 IList 준비 인스턴스가 있는 개체 IDbCommand 인스턴스.
설명
클라이언트가 호출할 때 호출 하는 Prepare 메서드는 AdoDotNetConnectionSupport 새 클래스를 만듭니다 IDbCommand 개체 및 명령 준비.반환 값의는 Prepare 메서드는 다음 중 하나에 전달할 수 있는 문자열은 Prepared 형식.Execute 와 함께 메서드는 Prepared 형식.Execute 다음 메서드를 식별 하는 기존 IDbCommand 형식 문자열에서입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.