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.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As String _
)
public Annotation (
string name,
string value
)
public:
Annotation (
String^ name,
String^ value
)
public Annotation (
String name,
String value
)
public function Annotation (
name : String,
value : String
)
Parameter
- name
A String that contains the name of the Annotation.
- value
A String that contains the actual value of the Annotation.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Annotation Class
Annotation Members
Microsoft.AnalysisServices Namespace