Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a new output configuration file stream that is open for read and write.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Function OpenNewOutput ( _
fileName As String, _
metadata As IDictionary(Of String, String) _
) As Stream
'Usage
Dim instance As DeploymentContributorConfigurationSetup
Dim fileName As String
Dim metadata As IDictionary(Of String, String)
Dim returnValue As Stream
returnValue = instance.OpenNewOutput(fileName, _
metadata)
public Stream OpenNewOutput(
string fileName,
IDictionary<string, string> metadata
)
public:
Stream^ OpenNewOutput(
String^ fileName,
IDictionary<String^, String^>^ metadata
)
member OpenNewOutput :
fileName:string *
metadata:IDictionary<string, string> -> Stream
public function OpenNewOutput(
fileName : String,
metadata : IDictionary<String, String>
) : Stream
Parameter
- fileName
Typ: System.String
A partial file name.
- metadata
Typ: System.Collections.Generic.IDictionary<String, String>
The metadata to be saved to the file.
Rückgabewert
Typ: System.IO.Stream