共用方式為


MailProfileCollection.Parent 屬性

Gets the SqlMail object that is the parent of the MailProfileCollection object.

命名空間:  Microsoft.SqlServer.Management.Smo.Mail
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property Parent As SqlMail 
    Get
'用途
Dim instance As MailProfileCollection 
Dim value As SqlMail 

value = instance.Parent
public SqlMail Parent { get; }
public:
property SqlMail^ Parent {
    SqlMail^ get ();
}
member Parent : SqlMail
function get Parent () : SqlMail

屬性值

型別:Microsoft.SqlServer.Management.Smo.Mail.SqlMail
A SqlMail object that is the parent of the MailProfileCollection object.

範例

使用集合

請參閱

參考

MailProfileCollection 類別

Microsoft.SqlServer.Management.Smo.Mail 命名空間