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.

实现

IDbCommand.Parameters

请参阅

参考

BusinessLogicCommand 类

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间