Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the version of the product.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Protected Shared ReadOnly Property ProductVersion As String
Get
'Usage
Dim value As String
value = IntegrationServicesException.ProductVersion
protected static string ProductVersion { get; }
protected:
static property String^ ProductVersion {
String^ get ();
}
static member ProductVersion : string
static function get ProductVersion () : String
Property Value
Type: System.String
The version of the product.
See Also
Reference
IntegrationServicesException Class
Microsoft.SqlServer.Management.IntegrationServices Namespace