Remove-SPVisioSafeDataProvider

移除 Visio Services 應用程式中的資料提供者。

Syntax

Remove-SPVisioSafeDataProvider
      -DataProviderId <String>
      -DataProviderType <Int32>
      -VisioServiceApplication <SPVisioServiceApplicationPipeBind>
      [-AssignmentCollection <SPAssignmentCollection>]
      [<CommonParameters>]

Description

Remove-SPVisioSafeDataProvider cmdlet 會刪除 DataProviderID 參數中所指定的安全資料提供者。

如需 SharePoint 產品和技術的 Windows PowerShell 權限及最新資訊,請參閱線上文件 SharePoint 伺服器 Cmdlet

範例

-------------------範例------------------------

Remove-SPVisioSafeDataProvider -VisioServiceApplication "VGS1" -DataProviderID "CustomProvider" -DataProviderType 5

此範例會移除指定之 Visio Services 應用程式的安全資料提供者。

參數

-AssignmentCollection

Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. 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.

When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.

Type:SPAssignmentCollection
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019

-DataProviderId

Specifies the name of the data provider to delete. The combination of DataProviderID and DataProviderType uniquely identifies a data provider for a Visio Services application. The string that identifies the data provider can be a maximum of 255 alphanumeric characters.

此類型必須是指定資料提供者的有效字串。

Type:String
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019

-DataProviderType

指定要刪除的資料提供者支援類型。

此類型必須是有效的資料提供者類型身分識別。

Type:Int32
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019

-VisioServiceApplication

指定包含 SPVisioSafeDataProvider 物件的 Visio Services 應用程式。

此類型必須是格式為 12345678-90ab-cdef-1234-567890bcdefgh 的有效 GUID;有效的 Visio Services 應用程式 (例如 MyVisioService1);或有效之 SPVisioServiceApplication 物件的執行個體。

Type:SPVisioServiceApplicationPipeBind
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019