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.
Gets or sets the name of the database that the alert is monitoring.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DatabaseName As String
Get
Set
'Usage
Dim instance As Alert
Dim value As String
value = instance.DatabaseName
instance.DatabaseName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DatabaseName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DatabaseName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DatabaseName : string with get, set
function get DatabaseName () : String
function set DatabaseName (value : String)
Eigenschaftswert
Typ: System.String
A String value that specifies the name of the database that the alert is monitoring.
Hinweise
This property is used to restrict the alert to monitoring events on a single database.
Beispiele
Planen von automatischen, administrativen Tasks im SQL Server-Agent
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Agent-Namespace