ExportImportManager.ImportFromFederatedLocation method (SearchObjectOwner, Stream)
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub ImportFromFederatedLocation ( _
owningScope As SearchObjectOwner, _
stream As Stream _
)
'Uso
Dim instance As ExportImportManager
Dim owningScope As SearchObjectOwner
Dim stream As Stream
instance.ImportFromFederatedLocation(owningScope, _
stream)
public void ImportFromFederatedLocation(
SearchObjectOwner owningScope,
Stream stream
)
Parâmetros
- owningScope
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- stream
Type: System.IO.Stream