Annotation Constructor (String, XmlNode)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of Annotation using a name and a value as an XmlNode.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public Annotation(
    string name,
    XmlNode value
)
public:
Annotation(
    String^ name,
    XmlNode^ value
)
new : 
        name:string *
        value:XmlNode -> Annotation
Public Sub New (
    name As String,
    value As XmlNode
)

Parameters

See Also

Annotation Overload
Annotation Class
Microsoft.AnalysisServices Namespace

Return to top