SqlAgentMailProfile プロパティ
SQL Server エージェントのメール プロファイルを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property SqlAgentMailProfile As String
Get
Set
'使用
Dim instance As JobServer
Dim value As String
value = instance.SqlAgentMailProfile
instance.SqlAgentMailProfile = value
[SfcPropertyAttribute]
public string SqlAgentMailProfile { get; set; }
[SfcPropertyAttribute]
public:
property String^ SqlAgentMailProfile {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member SqlAgentMailProfile : string with get, set
function get SqlAgentMailProfile () : String
function set SqlAgentMailProfile (value : String)
プロパティ値
型: System. . :: . .String
SQL Server エージェントのメール プロファイルの名前を示す String 値です。