BuildClrVersionString propriété
A string that identifies the build number of the common language runtime that is running in the server.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property BuildClrVersionString As String
Get
'Utilisation
Dim instance As Information
Dim value As String
value = instance.BuildClrVersionString
[SfcPropertyAttribute]
public string BuildClrVersionString { get; }
[SfcPropertyAttribute]
public:
property String^ BuildClrVersionString {
String^ get ();
}
[<SfcPropertyAttribute>]
member BuildClrVersionString : string
function get BuildClrVersionString () : String
Valeur de la propriété
Type : System. . :: . .String
String spcifies the build number of the common language runtime that is running in the server. The string is in the format v2.0.50727.
Voir aussi