SearchServiceApplication.GetContentSourceNameFromID method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetContentSourceNameFromID ( _
contentSourceID As Integer _
) As String
'Uso
Dim instance As SearchServiceApplication
Dim contentSourceID As Integer
Dim returnValue As String
returnValue = instance.GetContentSourceNameFromID(contentSourceID)
public string GetContentSourceNameFromID(
int contentSourceID
)
Parâmetros
- contentSourceID
Type: System.Int32
Valor retornado
Type: System.String
Ver também
Referência
SearchServiceApplication class