Método SfcCollection<T, K, ParentT>.CreateAndInitializeChildObject
Creates a child object and adds it to the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Function CreateAndInitializeChildObject ( _
key As K _
) As T
'Uso
Dim key As K
Dim returnValue As T
returnValue = Me.CreateAndInitializeChildObject(key)
protected T CreateAndInitializeChildObject(
K key
)
protected:
T CreateAndInitializeChildObject(
K key
)
member CreateAndInitializeChildObject :
key:'K -> 'T
protected function CreateAndInitializeChildObject(
key : K
) : T
Parâmetros
- key
Tipo: K
The key for the child object.
Valor de retorno
Tipo: T
The child object.