Represents an initializer attribute that is used to properly configure the connection manager for use in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As InitializerAttribute

Syntax

Visual Basic
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public NotInheritable Class InitializerAttribute
		Inherits Attribute
C#
[AttributeUsageAttribute(AttributeTargets.Class)] 
public sealed class InitializerAttribute : Attribute
C++
[AttributeUsageAttribute(AttributeTargets::Class)] 
public ref class InitializerAttribute sealed : public Attribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */ 
public final class InitializerAttribute extends Attribute
JScript
AttributeUsageAttribute(AttributeTargets.Class) 
public final class InitializerAttribute extends Attribute

Remarks

A connection manager is a ConnectionManagerBase object. Each connection manager must support the IInitializer interface for initialization.


Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.ConfigurationManagement.ManagementProvider.InitializerAttribute

Thread Safety

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also