다음을 통해 공유


IDTSSendMailTask.MessageSourceType 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the source type of the message body.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
어셈블리:  Microsoft.SqlServer.SendMailTask(Microsoft.SqlServer.SendMailTask.dll)

구문

‘선언
Property MessageSourceType As SendMailMessageSourceType 
    Get 
    Set
‘사용 방법
Dim instance As IDTSSendMailTask 
Dim value As SendMailMessageSourceType 

value = instance.MessageSourceType

instance.MessageSourceType = value
SendMailMessageSourceType MessageSourceType { get; set; }
property SendMailMessageSourceType MessageSourceType {
    SendMailMessageSourceType get ();
    void set (SendMailMessageSourceType value);
}
abstract MessageSourceType : SendMailMessageSourceType with get, set
function get MessageSourceType () : SendMailMessageSourceType 
function set MessageSourceType (value : SendMailMessageSourceType)

속성 값

유형: Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType
The source type of the message body.

참고 항목

참조

IDTSSendMailTask 인터페이스

Microsoft.SqlServer.Dts.Tasks.SendMailTask 네임스페이스