AnnotationCollection.Insert Method
Applies To: SQL Server (starting with 2016)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Overload List
Name | Description | |
---|---|---|
Insert(Int32, Annotation) | Inserts an Annotation into the collection at the specified index. |
|
Insert(Int32, String, String) | Creates and inserts an Annotation, with the specified name and value, into the collection at the specified index. |
See Also
AnnotationCollection Class
Microsoft.AnalysisServices Namespace
Return to top