Compartir a través de


ContentFormatter.Parent Property

Gets the NotificationClass for the content formatter.

Espacio de nombres: Microsoft.SqlServer.Management.Nmo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As NotificationClass
public NotificationClass Parent { get; }
public:
property NotificationClass^ Parent {
    NotificationClass^ get ();
}
/** @property */
public NotificationClass get_Parent ()
public function get Parent () : NotificationClass

Valor de propiedad

The NotificationClass for the ContentFormatter object.

Notas

Each ContentFormatter has a parent NotificationClass. You supply the parent object when you create the ContentFormatter using the ContentFormatter constructor.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ContentFormatter Class
ContentFormatter Members
Microsoft.SqlServer.Management.Nmo Namespace

Otros recursos

Configurar formateadores de contenido
NotificationClass Element (ADF)