BusinessLogicParameter 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
BusinessLogicParameter() | |
BusinessLogicParameter(String, DbType) | |
BusinessLogicParameter(String, Object) | |
BusinessLogicParameter(String, DbType, String) |
BusinessLogicParameter()
public:
BusinessLogicParameter();
public BusinessLogicParameter ();
Public Sub New ()
적용 대상
BusinessLogicParameter(String, DbType)
public:
BusinessLogicParameter(System::String ^ parameterName, System::Data::DbType type);
public BusinessLogicParameter (string parameterName, System.Data.DbType type);
new Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter : string * System.Data.DbType -> Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter
Public Sub New (parameterName As String, type As DbType)
매개 변수
- parameterName
- String
- type
- DbType
적용 대상
BusinessLogicParameter(String, Object)
public:
BusinessLogicParameter(System::String ^ parameterName, System::Object ^ value);
public BusinessLogicParameter (string parameterName, object value);
new Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter : string * obj -> Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter
Public Sub New (parameterName As String, value As Object)
매개 변수
- parameterName
- String
- value
- Object
적용 대상
BusinessLogicParameter(String, DbType, String)
public:
BusinessLogicParameter(System::String ^ parameterName, System::Data::DbType dbType, System::String ^ sourceColumn);
public BusinessLogicParameter (string parameterName, System.Data.DbType dbType, string sourceColumn);
new Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter : string * System.Data.DbType * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter
Public Sub New (parameterName As String, dbType As DbType, sourceColumn As String)
매개 변수
- parameterName
- String
- dbType
- DbType
- sourceColumn
- String