次の方法で共有


MailProfileCollection クラス

MailProfileCollection クラスは MailProfile オブジェクトのコレクションを表します。これは、SQL Server データベース メール サブシステムで定義されているすべてのメール プロファイルに相当します。

名前空間:  Microsoft.SqlServer.Management.Smo.Mail
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public NotInheritable Class MailProfileCollection _
    Inherits SimpleObjectCollectionBase
'使用
Dim instance As MailProfileCollection
public sealed class MailProfileCollection : SimpleObjectCollectionBase
public ref class MailProfileCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type MailProfileCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class MailProfileCollection extends SimpleObjectCollectionBase

説明

MailProfileCollection オブジェクトを使用すれば、一連のメール プロファイルにアクセスできます。特定の MailProfile オブジェクトを取得するには、Item プロパティを使用します。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。