次の方法で共有


BusinessLogicParameter クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Represents a business logic parameter.

継承階層

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Class BusinessLogicParameter _
    Implements IDataParameter
'使用
Dim instance As BusinessLogicParameter
public class BusinessLogicParameter : IDataParameter
public ref class BusinessLogicParameter : IDataParameter
type BusinessLogicParameter =  
    class 
        interface IDataParameter 
    end
public class BusinessLogicParameter implements IDataParameter

BusinessLogicParameter 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド BusinessLogicParameter() Initializes a new instance of the BusinessLogicParameter class.
パブリック メソッド BusinessLogicParameter(String, DbType) Initializes a new instance of the BusinessLogicParameter class with a specified type and name of the parameter.
パブリック メソッド BusinessLogicParameter(String, Object) Initializes a new instance of the BusinessLogicParameter class.
パブリック メソッド BusinessLogicParameter(String, DbType, String) Initializes a new instance of the BusinessLogicParameter class.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DbType Gets or sets the DbType of the parameter.
パブリック プロパティ Direction Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
パブリック プロパティ IsNullable Gets a value that indicates whether the parameter accepts null values.
パブリック プロパティ ParameterName Gets or sets the name of the BusinessLogicParameter.
パブリック プロパティ SourceColumn Gets or sets the name of the source column mapped to the data set.
パブリック プロパティ SourceVersion Gets or sets the DataRowVersion to use when you load value.
パブリック プロパティ Value Gets or sets the value of the parameter.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間