ArcFM Solution Developer Guide
Initialize Method (DbSourceFeatureIdentificationProvider)


The friendly name of the provider.
A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
Initializes the provider.
Syntax
'Declaration
 
Public Overrides Sub Initialize( _
   ByVal name As System.String, _
   ByVal config As System.Collections.Specialized.NameValueCollection _
) 
'Usage
 
Dim instance As DbSourceFeatureIdentificationProvider
Dim name As System.String
Dim config As System.Collections.Specialized.NameValueCollection
 
instance.Initialize(name, config)
public override void Initialize( 
   System.string name,
   System.Collections.Specialized.NameValueCollection config
)

Parameters

name
The friendly name of the provider.
config
A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe name of the provider is null.
System.ArgumentExceptionThe name of the provider has a length of zero.
System.InvalidOperationExceptionAn attempt is made to call System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection) on a provider after the provider has already been initialized.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbSourceFeatureIdentificationProvider Class
DbSourceFeatureIdentificationProvider Members

 

 


Send Comment