TransArticle.SetColumnDestinationDataType 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SQL Server 이외의 게시자에 대한 열 데이터 형식 매핑을 설정합니다.
public:
void SetColumnDestinationDataType(System::String ^ columnName, System::String ^ dataType, long precision, int scale, long length);
public void SetColumnDestinationDataType (string columnName, string dataType, long precision, int scale, long length);
member this.SetColumnDestinationDataType : string * string * int64 * int * int64 -> unit
Public Sub SetColumnDestinationDataType (columnName As String, dataType As String, precision As Long, scale As Integer, length As Long)
매개 변수
설명
이 SetColumnDestinationDataType 메서드는 SQL Server 이외 게시자에 대해서만 지원됩니다.
이 메서드는 SetColumnDestinationDataType 배포자에서 고정 서버 역할의 sysadmin
멤버 또는 데이터베이스의 고정 데이터베이스 역할 멤버 db_owner
만 호출할 수 있습니다.
호출 SetColumnDestinationDataType 은 sp_changearticlecolumndatatype 실행하는 것과 같습니다.