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
- name
Type: System.String
A String that contains the name of the Annotation.
- value
Type: System.Xml.XmlNode
The contents of the annotation wrapped in an XmlNode.