Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the version information for the network library file.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public ReadOnly Property Version As String
Get
'Usage
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
Property Value
Type: System.String
A String value that specifies version information for the network library file.
Examples
Managing Services and Network Settings by Using WMI Provider
See Also
Reference
Microsoft.SqlServer.Management.Smo.Wmi Namespace