Method | Description | |
---|---|---|
InitializeDefaultDrives ( ) : Collection |
||
NewDriveDynamicParameters ( ) : object | ||
RemoveDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo |
The Windows PowerShell engine calls this method when the Remove-PSDrive cmdlet is run and the path to this provider is specified. This method closes the ODBC connection of the drive.
|
|
Start ( System.Management.Automation.ProviderInfo providerInfo ) : System.Management.Automation.ProviderInfo | ||
Stop ( ) : void |
protected InitializeDefaultDrives ( ) : Collection |
||
return | Collection |
protected NewDriveDynamicParameters ( ) : object | ||
return | object |
protected RemoveDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo | ||
drive | System.Management.Automation.PSDriveInfo | The drive to remove. |
return | System.Management.Automation.PSDriveInfo |
protected Start ( System.Management.Automation.ProviderInfo providerInfo ) : System.Management.Automation.ProviderInfo | ||
providerInfo | System.Management.Automation.ProviderInfo | |
return | System.Management.Automation.ProviderInfo |