AnnotationsUpdateRequest 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
AnnotationsUpdateRequest 클래스의 새 인스턴스를 초기화합니다.
오버로드
AnnotationsUpdateRequest() |
기본값을 사용하여 AnnotationsUpdateRequest 클래스의 새 인스턴스를 초기화합니다. |
AnnotationsUpdateRequest(International, String, Int32) |
지정된 culture, 설명 및 주석 ID를 사용하여 AnnotationsUpdateRequest 클래스의 새 인스턴스를 초기화합니다. |
AnnotationsUpdateRequest()
기본값을 사용하여 AnnotationsUpdateRequest 클래스의 새 인스턴스를 초기화합니다.
public:
AnnotationsUpdateRequest();
public AnnotationsUpdateRequest ();
Public Sub New ()
적용 대상
AnnotationsUpdateRequest(International, String, Int32)
지정된 culture, 설명 및 주석 ID를 사용하여 AnnotationsUpdateRequest 클래스의 새 인스턴스를 초기화합니다.
public:
AnnotationsUpdateRequest(Microsoft::MasterDataServices::International ^ International, System::String ^ Comment, int Id);
public AnnotationsUpdateRequest (Microsoft.MasterDataServices.International International, string Comment, int Id);
new Microsoft.MasterDataServices.AnnotationsUpdateRequest : Microsoft.MasterDataServices.International * string * int -> Microsoft.MasterDataServices.AnnotationsUpdateRequest
Public Sub New (International As International, Comment As String, Id As Integer)
매개 변수
- International
- International
culture 설정입니다.
- Comment
- String
현재 주석 텍스트를 바꿀 텍스트를 나타내는 문자열입니다.
- Id
- Int32
주석 ID를 나타내는 정수입니다.