DatabaseName 屬性
Gets or sets the name of the database that the alert is monitoring.
命名空間: Microsoft.SqlServer.Management.Smo.Agent
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public Property DatabaseName As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
A String value that specifies the name of the database that the alert is monitoring.
備註
This property is used to restrict the alert to monitoring events on a single database.