Information.VersionString 속성

Gets the date, version, and processor type of the instance of SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property VersionString As String 
    Get
‘사용 방법
Dim instance As Information 
Dim value As String 

value = instance.VersionString
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string VersionString { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ VersionString {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member VersionString : string
function get VersionString () : String

속성 값

유형: System.String
A String value that contains the date, the version, and the processor type of the instance of SQL Server.

주의

See the @@VERSION (Transact-SQL) command for information about how the returned string is formatted.

SMO에서 SQL Server 구성

참고 항목

참조

Information 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스