| description | AccessDbProviderSample06 Code Sample |
|---|---|
| ms.date | 09/13/2016 |
| ms.topic | reference |
| title | AccessDbProviderSample06 Code Sample |
The following code shows the implementation of the Windows PowerShell content provider described in Creating a Windows PowerShell Content Provider. This provider enables the user to manipulate the contents of the items in a data store.
Note
You can download the C# source file (AccessDBSampleProvider06.cs) for this provider by using the Microsoft Windows Software Development Kit for Windows Vista and Microsoft .NET Framework 3.0 Runtime Components. For download instructions, see How to Install Windows PowerShell and Download the Windows PowerShell SDK. The downloaded source files are available in the <PowerShell Samples> directory. For more information about other Windows PowerShell provider implementations, see Designing Your Windows PowerShell Provider.
:::code language="csharp" source="~/../powershell-sdk-samples/SDK-2.0/csharp/AccessDBProviderSample06/AccessDBProviderSample06.cs" range="11-2399":::