Skip to content

Commit a410a1d

Browse files
committed
Changes in description
1 parent f6812f2 commit a410a1d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataConnectionSettingMetadata.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ schema: 2.0.0
1212
Returns a Business Data Connectivity service metadata object.
1313

1414

15-
1615
## SYNTAX
1716

1817
```
@@ -21,28 +20,31 @@ Get-SPODataConnectionSettingMetadata -ServiceContext <SPServiceContextPipeBind>
2120
```
2221

2322
## DESCRIPTION
24-
Use the Get-SPODataConnectionSettingMetaData cmdlet to return a Business Data Connectivity service metadata object for a specific Business Connectivity Services service application.
23+
Use the `Get-SPODataConnectionSettingMetaData` cmdlet to return a Business Data Connectivity service metadata object for a specific Business Connectivity Services service application.
2524

2625
This cmdlet applies to an on-premises environment only.
2726
You cannot use this command in the SharePoint Online Management Shell.
2827

2928
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).
3029

30+
3131
## EXAMPLES
3232

33-
### -------------EXAMPLE------------
33+
### -----------------------EXAMPLE 1-----------------------------
3434
```
3535
C:\PS>Get-SPODataConnectionSettingMetadata -ServiceContext "http://contoso" -Name "ContosoServiceApp"
3636
```
3737

3838
This example displays metadata properties of BCS connection named ContosoServiceApp
3939

40+
4041
## PARAMETERS
4142

4243
### -ServiceContext
4344
Specifies the service context which is in the form of an instance of an SPServiceContext object, an SPSiteAdministration object identifier, or a SPSite object.
4445
An example of a service context value is an identifier from the ID field, a string identifier, a URI, or a string representation of a GUID.
4546

47+
4648
```yaml
4749
Type: SPServiceContextPipeBind
4850
Parameter Sets: (All)
@@ -59,6 +61,7 @@ Accept wildcard characters: False
5961
### -Name
6062
Specifies the name of the Business Connectivity Services connection whose metadata properties the user wants to see displayed.
6163
64+
6265
```yaml
6366
Type: String
6467
Parameter Sets: (All)
@@ -79,7 +82,8 @@ Using the SPAssignment object, you can assign objects to a variable and dispose
7982
When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
8083
8184
When the Global parameter is used, all objects are contained in the global store.
82-
If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
85+
If objects are not immediately used, or disposed of by using the `Stop-SPAssignment` command, an out-of-memory scenario can occur.
86+
8387

8488
```yaml
8589
Type: SPAssignmentCollection
@@ -106,4 +110,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
106110
## RELATED LINKS
107111

108112
[Set-SPODataConnectionSettingMetaData](Set-SPODataConnectionSettingMetaData.md)
109-

0 commit comments

Comments
 (0)