Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
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. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
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
.gif)
.gif)
.gif)