InitializerAttribute Class
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
'Usage
Dim instance As InitializerAttribute
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public NotInheritable Class InitializerAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class InitializerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class InitializerAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */
public final class InitializerAttribute extends Attribute
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
Reference
InitializerAttribute Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ConnectionManagerBase Class
IInitializer Interface