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-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.
25
24
26
25
This cmdlet applies to an on-premises environment only.
27
26
You cannot use this command in the SharePoint Online Management Shell.
28
27
29
28
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 displays metadata properties of BCS connection named ContosoServiceApp
39
39
40
+
40
41
## PARAMETERS
41
42
42
43
### -ServiceContext
43
44
Specifies the service context which is in the form of an instance of an SPServiceContext object, an SPSiteAdministration object identifier, or a SPSite object.
44
45
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.
Specifies the name of the Business Connectivity Services connection whose metadata properties the user wants to see displayed.
61
63
64
+
62
65
```yaml
63
66
Type: String
64
67
Parameter Sets: (All)
@@ -79,7 +82,8 @@ Using the SPAssignment object, you can assign objects to a variable and dispose
79
82
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.
80
83
81
84
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
+
83
87
84
88
```yaml
85
89
Type: SPAssignmentCollection
@@ -106,4 +110,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments