Свойство SfcException.ProdVer
Gets the product version of the instance of SQL Server that generated the SMO exception. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected Shared ReadOnly Property ProdVer As String
Get
'Применение
Dim value As String
value = SfcException.ProdVer
protected static string ProdVer { get; }
protected:
static property String^ ProdVer {
String^ get ();
}
static member ProdVer : string
static function get ProdVer () : String
Значение свойства
Тип: System.String
The product version of the instance of SQL Server.