Gets the Stream
命名空间: Microsoft.SqlServer.Dac.Deployment
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public Function GetStream As Stream
用法
Dim instance As DeploymentContributorConfigurationStream
Dim returnValue As Stream
returnValue = instance.GetStream()
public Stream GetStream()
public:
Stream^ GetStream()
member GetStream : unit -> Stream
public function GetStream() : Stream