Classe BusinessLogicParameter
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a business logic parameter.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Class BusinessLogicParameter _
Implements IDataParameter
'Utilisation
Dim instance As BusinessLogicParameter
public class BusinessLogicParameter : IDataParameter
public ref class BusinessLogicParameter : IDataParameter
type BusinessLogicParameter =
class
interface IDataParameter
end
public class BusinessLogicParameter implements IDataParameter
Le type BusinessLogicParameter expose les membres suivants.
Constructeurs
Nom | 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. |
Haut de la page
Propriétés
Nom | 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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport