Construtor Annotation (String, XmlNode)
Initializes a new instance of Annotation using a name and a value as an XmlNode.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String, _
value As XmlNode _
)
'Uso
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
)
Parâmetros
- name
Tipo: System. . :: . .String
A String that contains the name of the Annotation.
- value
Tipo: System.Xml. . :: . .XmlNode
The contents of the annotation wrapped in an XmlNode.
Consulte também