다음을 통해 공유


F1KeywordAttribute 생성자 (String, Int32)

Initializes a new instance of the F1KeywordAttribute class.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:  Microsoft.ReportingServices.QueryDesigners(Microsoft.ReportingServices.QueryDesigners.dll)

구문

‘선언
Public Sub New ( _
    keyword As String, _
    topicId As Integer _
)
‘사용 방법
Dim keyword As String
Dim topicId As Integer

Dim instance As New F1KeywordAttribute(keyword, _
    topicId)
public F1KeywordAttribute(
    string keyword,
    int topicId
)
public:
F1KeywordAttribute(
    String^ keyword, 
    int topicId
)
new : 
        keyword:string * 
        topicId:int -> F1KeywordAttribute
public function F1KeywordAttribute(
    keyword : String, 
    topicId : int
)

매개 변수

  • topicId
    유형: System. . :: . .Int32
    정보를 제공하기 위해서만 확인됩니다. 지원되지 않습니다. 향후 호환성은 보장되지 않습니다.
    You should specify a nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) value here (Nothing in Visual Basic).