Metodo ProjectInfo.GetProjectBytes
Retrieves the Integration Services project data, which is stored as a byte array, for this project.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public Function GetProjectBytes As Byte()
'Utilizzo
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[]
Valore restituito
Tipo: array<System.Byte[]
The IS project data.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices