BusinessLogicCommand.IDbCommand.Parameters 속성
Gets the IDataParameterCollection.
네임스페이스: Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리: Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
구문
‘선언
Private ReadOnly Property Parameters As IDataParameterCollection
Implements IDbCommand.Parameters
Get
‘사용 방법
Dim instance As BusinessLogicCommand
Dim value As IDataParameterCollection
value = CType(instance, IDbCommand).Parameters
IDataParameterCollection IDbCommand.Parameters { get; }
private:
virtual property IDataParameterCollection^ Parameters {
IDataParameterCollection^ get () sealed = IDbCommand::Parameters::get;
}
private abstract Parameters : IDataParameterCollection
private override Parameters : IDataParameterCollection
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
속성 값
유형: System.Data.IDataParameterCollection
The collection of parameters.