Méthode CreateAndInitializeChildObject
Creates a child object and adds it to the collection. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Function CreateAndInitializeChildObject ( _
key As K _
) As T
'Utilisation
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
Paramètres
- key
Type : K
The key for the child object.
Valeur de retour
Type : T
The child object.