You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
25
24
26
25
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.
27
26
@@ -30,28 +29,31 @@ You cannot use this command in the SharePoint Online Management Shell.
30
29
31
30
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).
This example returns a list of BCS connections for the service context named http://contoso
48
48
49
+
49
50
## PARAMETERS
50
51
51
52
### -ServiceContext
52
53
Specifies the service context which is in the form of an instance of an SPServiceContext object, an SPSiteAdministration object identifier, or a SPSite object.
53
54
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.
54
55
56
+
55
57
```yaml
56
58
Type: SPServiceContextPipeBind
57
59
Parameter Sets: (All)
@@ -72,7 +74,8 @@ Using the SPAssignment object, you can assign objects to a variable and dispose
72
74
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.
73
75
74
76
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.
0 commit comments