BusinessLogicParameter Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a business logic parameter.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
The BusinessLogicParameter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
