SmtpServer 屬性
Gets or sets the name used to connect to the SMTP server.
命名空間: Microsoft.SqlServer.Dts.ManagedConnections
組件: Microsoft.SqlServer.ManagedConnections (在 Microsoft.SqlServer.ManagedConnections.dll 中)
語法
'宣告
Public Property SmtpServer As String
Get
Set
'用途
Dim instance As SMTPConn
Dim value As String
value = instance.SmtpServer
instance.SmtpServer = value
public string SmtpServer { get; set; }
public:
property String^ SmtpServer {
String^ get ();
void set (String^ value);
}
member SmtpServer : string with get, set
function get SmtpServer () : String
function set SmtpServer (value : String)
屬性值
型別:System. . :: . .String
A String that contains the name used to connect to the SMTP server.