ContentSource constructor (ContentSourceCollection, String)
Inicializa uma nova instância da classe ContentSource . Não use esse método para criar uma fonte de conteúdo. Em vez disso, use o método Create() da classe ContentSourceCollection .
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Protected Friend Sub New ( _
parent As ContentSourceCollection, _
name As String _
)
'Uso
Dim parent As ContentSourceCollection
Dim name As String
Dim instance As New ContentSource(parent, _
name)
protected internal ContentSource(
ContentSourceCollection parent,
string name
)
Parâmetros
parent
Type: Microsoft.Office.Server.Search.Administration.ContentSourceCollectionThis member is reserved for internal use and is not intended to be used directly from your code.
name
Type: System.StringThis member is reserved for internal use and is not intended to be used directly from your code.
Comentários
This member is reserved for internal use and is not intended to be used directly from your code.
Não use esse método para criar uma fonte de conteúdo. Em vez disso, use o método Create() da classe ContentSourceCollection .