Classe BusinessLogicParameter
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a business logic parameter.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Class BusinessLogicParameter _
Implements IDataParameter
'Utilizzo
Dim instance As BusinessLogicParameter
public class BusinessLogicParameter : IDataParameter
public ref class BusinessLogicParameter : IDataParameter
type BusinessLogicParameter =
class
interface IDataParameter
end
public class BusinessLogicParameter implements IDataParameter
Nel tipo BusinessLogicParameter sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport