Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves the Integration Services project data, which is stored as a byte array, for this project.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function GetProjectBytes As Byte()
'Usage
Dim instance As ProjectInfo
Dim returnValue As Byte()
returnValue = instance.GetProjectBytes()
public byte[] GetProjectBytes()
public:
array<unsigned char>^ GetProjectBytes()
member GetProjectBytes : unit -> byte[]
public function GetProjectBytes() : byte[]
Return Value
Type: array<System.Byte[]
The IS project data.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace