BusinessLogicParameter 속성

보호된 멤버 포함
상속된 멤버 포함

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

BusinessLogicParameter 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 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.

맨 위로 이동

참고 항목

참조

BusinessLogicParameter 클래스

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스