Annotation Constructor (String, XmlNode)

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

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    value As XmlNode _
)
'Usage
Dim name As String 
Dim value As XmlNode 

Dim instance As New Annotation(name, value)
public Annotation(
    string name,
    XmlNode value
)
public:
Annotation(
    String^ name, 
    XmlNode^ value
)
new : 
        name:string * 
        value:XmlNode -> Annotation
public function Annotation(
    name : String, 
    value : XmlNode
)

Parameters

See Also

Reference

Annotation Class

Annotation Overload

Microsoft.AnalysisServices Namespace