次の方法で共有


BusinessLogicParameter Constructor (String, DbType)

名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (microsoft.sqlserver.replication.businesslogicsupport.dll 内)

構文

'宣言
Public Sub New ( _
    parameterName As String, _
    type As DbType _
)
public BusinessLogicParameter (
    string parameterName,
    DbType type
)
public:
BusinessLogicParameter (
    String^ parameterName, 
    DbType type
)
public BusinessLogicParameter (
    String parameterName, 
    DbType type
)
public function BusinessLogicParameter (
    parameterName : String, 
    type : DbType
)

パラメータ

  • parameterName
  • type

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

BusinessLogicParameter Class
BusinessLogicParameter Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace