Add メソッド (String, String)
指定した名前および値の Annotation を作成し、コレクションの末尾に追加します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Add ( _
name As String, _
value As String _
) As Annotation
'使用
Dim instance As AnnotationCollection
Dim name As String
Dim value As String
Dim returnValue As Annotation
returnValue = instance.Add(name, value)
public Annotation Add(
string name,
string value
)
public:
Annotation^ Add(
String^ name,
String^ value
)
member Add :
name:string *
value:string -> Annotation
public function Add(
name : String,
value : String
) : Annotation
パラメーター
- name
型: System. . :: . .String
追加する Annotation の名前です。
- value
型: System. . :: . .String
追加する Annotation の値です。
戻り値
型: Microsoft.AnalysisServices. . :: . .Annotation
コレクションに追加された Annotation です。