この 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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)