Свойство NetLibInfo.Version
Gets the version information for the network library file.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Property Version As String
Get
'Применение
Dim instance As NetLibInfo
Dim value As String
value = instance.Version
public string Version { get; }
public:
property String^ Version {
String^ get ();
}
member Version : string
function get Version () : String
Значение свойства
Тип: System.String
A String value that specifies version information for the network library file.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi