Condividi tramite


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
Metodo pubblico BusinessLogicParameter() Initializes a new instance of the BusinessLogicParameter class.
Metodo pubblico BusinessLogicParameter(String, DbType) Initializes a new instance of the BusinessLogicParameter class with a specified type and name of the parameter.
Metodo pubblico BusinessLogicParameter(String, Object) Initializes a new instance of the BusinessLogicParameter class.
Metodo pubblico BusinessLogicParameter(String, DbType, String) Initializes a new instance of the BusinessLogicParameter class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DbType Gets or sets the DbType of the parameter.
Proprietà pubblica Direction Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
Proprietà pubblica IsNullable Gets a value that indicates whether the parameter accepts null values.
Proprietà pubblica ParameterName Gets or sets the name of the BusinessLogicParameter.
Proprietà pubblica SourceColumn Gets or sets the name of the source column mapped to the data set.
Proprietà pubblica SourceVersion Gets or sets the DataRowVersion to use when you load value.
Proprietà pubblica Value Gets or sets the value of the parameter.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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