Skip to content

Commit f6812f2

Browse files
committed
Changes in description
1 parent 5819b1d commit f6812f2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ schema: 2.0.0
1212
Returns Business Connectivity Services OData connection properties.
1313

1414

15-
1615
## SYNTAX
1716

1817
```
@@ -21,7 +20,7 @@ Get-SPODataConnectionSetting -ServiceContext <SPServiceContextPipeBind>
2120
```
2221

2322
## DESCRIPTION
24-
Use the Get-SPODataConnectionSetting cmdlet to display Business Connectivity Services OData connection properties for a specified Business Connectivity Services connection.
23+
Use the `Get-SPODataConnectionSetting` cmdlet to display Business Connectivity Services OData connection properties for a specified Business Connectivity Services connection.
2524

2625
If the name of the connection is not specified by using the Name parameter, this cmdlet will return the list of the connections for the specified BDC service context.
2726

@@ -30,28 +29,31 @@ You cannot use this command in the SharePoint Online Management Shell.
3029

3130
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).
3231

32+
3333
## EXAMPLES
3434

35-
### ----------------EXAMPLE 1------------
35+
### -----------------------EXAMPLE 1-----------------------------
3636
```
3737
C:\PS>Get-SPODataConnectionSetting -ServiceContext "http://contoso" -Name "ContosoServiceApp"
3838
```
3939

4040
This example returns properties of the BCS connection named ContosoServiceApp
4141

42-
### ----------------EXAMPLE 2------------
42+
### -----------------------EXAMPLE 2-----------------------------
4343
```
4444
C:\PS>Get-SPODataConnectionSetting -ServiceContext "http://contoso"
4545
```
4646

4747
This example returns a list of BCS connections for the service context named http://contoso
4848

49+
4950
## PARAMETERS
5051

5152
### -ServiceContext
5253
Specifies the service context which is in the form of an instance of an SPServiceContext object, an SPSiteAdministration object identifier, or a SPSite object.
5354
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.
5455

56+
5557
```yaml
5658
Type: SPServiceContextPipeBind
5759
Parameter Sets: (All)
@@ -72,7 +74,8 @@ Using the SPAssignment object, you can assign objects to a variable and dispose
7274
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.
7375
7476
When the Global parameter is used, all objects are contained in the global store.
75-
If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
77+
If objects are not immediately used, or disposed of by using the `Stop-SPAssignment` command, an out-of-memory scenario can occur.
78+
7679

7780
```yaml
7881
Type: SPAssignmentCollection
@@ -90,6 +93,7 @@ Accept wildcard characters: False
9093
### -Name
9194
Specifies the name of the Business Connectivity Services connection object.
9295

96+
9397
```yaml
9498
Type: String
9599
Parameter Sets: (All)
@@ -119,4 +123,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
119123
[Remove-SPODataConnectionSetting](Remove-SPODataConnectionSetting.md)
120124

121125
[Set-SPODataConnectionSetting](Set-SPODataConnectionSetting.md)
122-

0 commit comments

Comments
 (0)