다음을 통해 공유


ProjectInfo.GetProjectBytes 메서드

Retrieves the Integration Services project data, which is stored as a byte array, for this project.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
Public Function GetProjectBytes As Byte()
‘사용 방법
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[]

반환 값

유형: array<System.Byte[]
The IS project data.

참고 항목

참조

ProjectInfo 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스