Compartir a través de


Annotation Constructor (String, XmlNode)

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

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
Public Sub New ( _
    name As String, _
    value As XmlNode _
)
public Annotation (
    string name,
    XmlNode value
)
public:
Annotation (
    String^ name, 
    XmlNode^ value
)
public Annotation (
    String name, 
    XmlNode value
)
public function Annotation (
    name : String, 
    value : XmlNode
)

Parámetros

  • name
    A String that contains the name of the Annotation.
  • value
    The contents of the annotation wrapped in an XmlNode.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Annotation Class
Annotation Members
Microsoft.AnalysisServices Namespace