AdoDotNetParameter 생성자 (String)
클래스 생성자입니다. 매개 변수화 된 인스턴스를 초기화는 AdoDotNetParameter 의 이름과 함께 클래스는 ADO.NET 연결에 의해 서비스 되는 데이터 공급자.
네임스페이스: Microsoft.VisualStudio.Data.AdoDotNet
어셈블리: Microsoft.VisualStudio.Data(Microsoft.VisualStudio.Data.dll)
구문
‘선언
Public Sub New ( _
providerName As String _
)
public AdoDotNetParameter(
string providerName
)
public:
AdoDotNetParameter(
String^ providerName
)
new :
providerName:string -> AdoDotNetParameter
public function AdoDotNetParameter(
providerName : String
)
매개 변수
providerName
형식: String이름에 ADO.NET 연결에 의해 서비스 되는 데이터 공급자
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.