Partager via


Méthode OpenWriter(T)

Opens a writer of the specified type that can be used to access the stored scripts. 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
Function OpenWriter(Of T) As T
'Utilisation
Dim instance As ISfcScriptCollector
Dim returnValue As T

returnValue = instance.OpenWriter()
T OpenWriter<T>()
generic<typename T>
T OpenWriter()
abstract OpenWriter : unit -> 'T 
JScript ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T
    The type of the writer.

Valeur de retour

Type : T
A writer of the specified type.