Freigeben über


BusinessLogicParameter-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a business logic parameter.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Class BusinessLogicParameter _
    Implements IDataParameter
'Usage
Dim instance As BusinessLogicParameter
public class BusinessLogicParameter : IDataParameter
public ref class BusinessLogicParameter : IDataParameter
type BusinessLogicParameter =  
    class 
        interface IDataParameter 
    end
public class BusinessLogicParameter implements IDataParameter

Der BusinessLogicParameter-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BusinessLogicParameter() Initializes a new instance of the BusinessLogicParameter class.
Öffentliche Methode BusinessLogicParameter(String, DbType) Initializes a new instance of the BusinessLogicParameter class with a specified type and name of the parameter.
Öffentliche Methode BusinessLogicParameter(String, Object) Initializes a new instance of the BusinessLogicParameter class.
Öffentliche Methode BusinessLogicParameter(String, DbType, String) Initializes a new instance of the BusinessLogicParameter class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace