Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- name
Typ: System.String
A String that contains the name of the Annotation.
- value
Typ: System.Xml.XmlNode
The contents of the annotation wrapped in an XmlNode.