次の方法で共有


AgentMailType プロパティ

SQL Server エージェントのメールの種類を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property AgentMailType As AgentMailType
    Get
    Set
'使用
Dim instance As JobServer
Dim value As AgentMailType

value = instance.AgentMailType

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Agent. . :: . .AgentMailType
SQL Server エージェントのメールの種類を示す AgentMailType オブジェクトの値です。