ConnectionManagerHostClass.CreationName Property

Definition

Gets the string that is used by the runtime to create an instance of the ConnectionManagerHostClass object. This property is read-only.

public:
 virtual property System::String ^ CreationName { System::String ^ get(); };
public virtual string CreationName { get; }
member this.CreationName : string
Public Overridable ReadOnly Property CreationName As String

Property Value

A String that contains the connection manager name. The name may be the fully qualified assembly name (for managed assemblies), it may be the ProgID or CLSID (for COM DLLs), or it may be one of the STOCK monikers used to create the connection manager for a file.

Implements

Remarks

For more information, see ConnectionManager.

Applies to