Parent プロパティ
ConfigurationValue オブジェクトの親である SqlMail オブジェクトを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Mail
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As SqlMail
Get
'使用
Dim instance As ConfigurationValue
Dim value As SqlMail
value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SqlMail Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SqlMail^ Parent {
SqlMail^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SqlMail
function get Parent () : SqlMail
プロパティ値
型: Microsoft.SqlServer.Management.Smo.Mail. . :: . .SqlMail
ConfigurationValue オブジェクトの親を示す SqlMail オブジェクトの値です。