Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves the Integration Services project data, which is stored as a byte array, for this project.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public Function GetProjectBytes As Byte()
'Utilisation
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[]
Valeur de retour
Type : array<System.Byte[]
The IS project data.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices