ResourceVersionString Propiedad
Gets the version of the SQL Server resource in string format.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property ResourceVersionString As String
Get
'Uso
Dim instance As Information
Dim value As String
value = instance.ResourceVersionString
[SfcPropertyAttribute]
public string ResourceVersionString { get; }
[SfcPropertyAttribute]
public:
property String^ ResourceVersionString {
String^ get ();
}
[<SfcPropertyAttribute>]
member ResourceVersionString : string
function get ResourceVersionString () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the version of the SQL Server resource.
Vea también