Version Propiedad
Gets the version information for the network library file.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public ReadOnly Property Version As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies version information for the network library file.
Vea también