Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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