Share via


InitializerAttribute Members

Represents an initializer attribute that is used to properly configure the connection manager for use in Configuration Manager 2007.

The following tables list the members exposed by the InitializerAttribute type.

Public Constructors

  Name Description
  InitializerAttribute Initializes a new instance of InitializerAttribute.

Top

Public Properties

  Name Description
public property DependsOn Gets or sets the comma-delimited list of initializers that must run before the initializer that is associated with the attribute can run.
public property Identifier Gets or sets the identifier for the initializer attribute.
public property SupportedApplicationTypes Gets or sets the application type for which the initializer is used.
public property TypeId  (inherited from Attribute)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  Overloaded. (inherited from Attribute)
public methodstatic GetCustomAttribute  Overloaded. (inherited from Attribute)
public methodstatic GetCustomAttributes  Overloaded. (inherited from Attribute)
public method GetHashCode  (inherited from Attribute)
public method GetType  (inherited from Object)
public method IsDefaultAttribute  (inherited from Attribute)
public methodstatic IsDefined  Overloaded. (inherited from Attribute)
public method Match  (inherited from Attribute)
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
  System.Runtime.InteropServices._Attribute.GetIDsOfNames  (inherited from Attribute)
  System.Runtime.InteropServices._Attribute.GetTypeInfo  (inherited from Attribute)
  System.Runtime.InteropServices._Attribute.GetTypeInfoCount  (inherited from Attribute)
  System.Runtime.InteropServices._Attribute.Invoke  (inherited from Attribute)

Top

See Also

Reference

InitializerAttribute Class
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ConnectionManagerBase Class
IInitializer Interface