DatabaseName Propiedad

Gets or sets the name of the database that the alert is monitoring.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property DatabaseName As String
    Get
    Set
'Uso
Dim instance As Alert
Dim value As String

value = instance.DatabaseName

instance.DatabaseName = value
[SfcPropertyAttribute]
public string DatabaseName { get; set; }
[SfcPropertyAttribute]
public:
property String^ DatabaseName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member DatabaseName : string with get, set
function get DatabaseName () : String
function set DatabaseName (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A String value that specifies the name of the database that the alert is monitoring.

Notas

This property is used to restrict the alert to monitoring events on a single database.