Skip to content

Commit 4a39634

Browse files
authored
Merge pull request MicrosoftDocs#1593 from tseward/patch-547
Update Export-SPBusinessDataCatalogModel.md
2 parents 5b91d42 + 725007c commit 4a39634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Export-SPBusinessDataCatalogModel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For permissions and the most current information about Windows PowerShell for Sh
3333

3434
### ------------------EXAMPLE------------------
3535
```
36-
C:\PS>$Model = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "Model" -Name "ContosoModel" -ServiceConext http://contoso
36+
C:\PS>$Model = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "Model" -Name "ContosoModel" -ServiceContext http://contoso
3737
C:\PS>Export-SPBusinessDataCatalogModel -Identity $Model -Path "C:\folder\model.bdcm"
3838
```
3939

0 commit comments

Comments
 (0)